We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
once in a few runs MetricsTests.Integration_Cassandra_ErrorsConnectionTimeouts is failing like:
MetricsTests.Integration_Cassandra_ErrorsConnectionTimeouts
/jenkins/workspace/scylla-master/driver-tests/cpp-driver-matrix-test/cpp-driver-scylla/tests/src/integration/tests/test_metrics.cpp:76 Expected: (2u) >= (metrics.errors.connection_timeouts), actual: 2 vs 7
https://jenkins.scylladb.com/job/scylla-master/job/driver-tests/job/cpp-driver-matrix-test/642/testReport/junit/(root)/MetricsTests/Integration_Cassandra_ErrorsConnectionTimeouts_2/history/
I'm guessing shard-aware logic might opened up more connection that this test expected.
The text was updated successfully, but these errors were encountered:
FYI @avelanarius
Sorry, something went wrong.
No branches or pull requests
once in a few runs
MetricsTests.Integration_Cassandra_ErrorsConnectionTimeouts
is failing like:https://jenkins.scylladb.com/job/scylla-master/job/driver-tests/job/cpp-driver-matrix-test/642/testReport/junit/(root)/MetricsTests/Integration_Cassandra_ErrorsConnectionTimeouts_2/history/
I'm guessing shard-aware logic might opened up more connection that this test expected.
The text was updated successfully, but these errors were encountered: