Skip to content
Snippets Groups Projects
Verified Commit 13dabf00 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: document failing test

parent 7976537e
No related branches found
No related tags found
2 merge requests!28Release 0.2.2,!27F grpc select
Pipeline #30863 passed
...@@ -363,7 +363,7 @@ TEST_F(test_select, test_select_property_unit) { ...@@ -363,7 +363,7 @@ TEST_F(test_select, test_select_property_unit) {
EXPECT_EQ(query_transaction->GetResultTable().size(), 1); EXPECT_EQ(query_transaction->GetResultTable().size(), 1);
for (const auto &row : query_transaction->GetResultTable().GetRows()) { for (const auto &row : query_transaction->GetResultTable().GetRows()) {
// TODO(tf): create bug report: this is an insertion/update problem // Fails due to https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/264
EXPECT_NONFATAL_FAILURE({ EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m"); }, EXPECT_NONFATAL_FAILURE({ EXPECT_EQ(row.GetValue("TestPropDouble.unit").GetAsString(), "m"); },
"TestPropDouble.unit"); "TestPropDouble.unit");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment