scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Flakiness of `TracingTests.Integration_Cassandra_Simple` #93

Closed avelanarius closed 1 year ago

avelanarius commented 1 year ago

As observed in this run: https://github.com/scylladb/cpp-rust-driver/actions/runs/3651071888/jobs/6167846955

2022-12-08T18:48:45.7988986Z /home/runner/work/cpp-rust-driver/cpp-rust-driver/tests/src/integration/tests/test_tracing.cpp:38: Failure
2022-12-08T18:48:45.7989800Z Expected: (result.row_count()) > (0u), actual: 0 vs 0
2022-12-08T18:48:46.0453886Z [  FAILED  ] TracingTests.Integration_Cassandra_Simple (1396 ms)
2022-12-08T18:48:46.0463714Z [----------] 1 test from TracingTests (1401 ms total)
2022-12-08T18:48:46.0463918Z 
2022-12-08T18:48:46.0496139Z [----------] Global test environment tear-down
2022-12-08T18:48:46.0760037Z [==========] 229 tests from 28 test cases ran. (665604 ms total)
2022-12-08T18:48:46.0760344Z [  PASSED  ] 228 tests.
2022-12-08T18:48:46.0760595Z [  FAILED  ] 1 test, listed below:
2022-12-08T18:48:46.0760901Z [  FAILED  ] TracingTests.Integration_Cassandra_Simple
2022-12-08T18:48:46.0761503Z 
2022-12-08T18:48:46.0761595Z  1 FAILED TEST
avelanarius commented 1 year ago

Should be fixed by https://github.com/scylladb/cpp-rust-driver/pull/100