Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Compare revisions
e990d6bcfe858feee1406bccd29eaaa9710eac2d to c01ae927e0a575498f302f04f97310cae5a187b3
"api/src/git@gitlab.indiscale.com:fdo/fdo-manager-service.git" did not exist on "ac2eb1c5ff40af9d8b9d58e0a57791090c49fb9e"
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
caosdb/src/caosdb-advanced-user-tools
Select target project
No results found
c01ae927e0a575498f302f04f97310cae5a187b3
Select Git revision
Swap
Target
caosdb/src/caosdb-advanced-user-tools
Select target project
caosdb/src/caosdb-advanced-user-tools
1 result
e990d6bcfe858feee1406bccd29eaaa9710eac2d
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
FIX: Remove xfail from fixed test
· 1873d1ef
Florian Spreckelsen
authored
1 year ago
1873d1ef
Merge branch 'dev' into f-simple-schema-export
· c01ae927
Florian Spreckelsen
authored
1 year ago
c01ae927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integrationtests/test_data_model.py
+0
-2
0 additions, 2 deletions
integrationtests/test_data_model.py
with
0 additions
and
2 deletions
integrationtests/test_data_model.py
View file @
c01ae927
...
...
@@ -56,8 +56,6 @@ class DataModelTest(unittest.TestCase):
assert
len
(
exist
)
==
1
assert
exist
[
0
].
name
==
"
TestRecord
"
@pytest.mark.xfail
(
reason
=
"
Entities with many, long, properties:
"
"
https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/55
"
)
def
test_large_data_model
(
self
):
# create RT and one property
dm
=
DataModel
()
...
...
This diff is collapsed.
Click to expand it.