Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cppinttest
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-cppinttest
Merge requests
!19
"TST: update tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
"TST: update tests"
f-grpc-f-acm
into
dev
Overview
0
Commits
5
Pipelines
5
Changes
2
Merged
Timm Fitschen
requested to merge
f-grpc-f-acm
into
dev
3 years ago
Overview
0
Commits
5
Pipelines
5
Changes
2
Expand
Update tests
Shows that
caosdb-server#174 (closed)
is fixed.
Shows that the bug from
caosdb-server!53 (merged)
is fixed
Shows that
https://gitlab.indiscale.com/caosdb/customers/cfaed/management/-/issues/40
is fixed
Edited
3 years ago
by
Timm Fitschen
0
0
Merge request reports
Viewing commit
2b36f68d
Prev
Next
Show latest version
2 files
+
84
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
2b36f68d
Add tests for date time
· 2b36f68d
Timm Fitschen
authored
3 years ago
test/test_issues.cpp
+
1
−
2
Options
@@ -180,8 +180,7 @@ TEST_F(test_issues, server_issue_174) {
auto
insert_status
=
insert_transaction
->
WaitForIt
();
ASSERT_TRUE
(
insert_status
.
IsTerminated
());
// TODO(tf) Remove the EXPECT_NONFATAL_FAILURE after fixing #174.
EXPECT_NONFATAL_FAILURE
(
EXPECT_FALSE
(
insert_status
.
IsError
()),
""
);
EXPECT_FALSE
(
insert_status
.
IsError
());
}
}
// namespace caosdb::transaction
Loading