Dmitriy Kruglov
Dmitriy Kruglov
Addressed comments and re-executed test run.
@soyacz @vponomaryov I agree that the SCT is not yet using the s-b release that supports extracting version info. But from the other side, merging now should't affect the SCT...
BTW, seems like the reason why we reverted at some point in SCT from s-b ver. 0.2.0 to 0.1.25 is fixed - https://github.com/scylladb/scylla-bench/issues/168. Maybe we are OK to start using...
> Could you link scylla-go-driver snippet that performs this check? @Lorak-mmk Similar approach to the above - scylla-bench stress tool is used as an app that uses go-driver. In the...
Another occurrence of this on AWS backend in CI - https://jenkins.scylladb.com/job/sct-github-PRs-scan/job/scylla-cluster-tests/job/PR-10585/3/
One more occurrence of the issue: https://jenkins.scylladb.com/job/sct-github-PRs-scan/job/scylla-cluster-tests/job/PR-11310/7/consoleFull#-1083288395fcc21424-66d2-4bd8-8e0d-9746405e5b16
@wprzytula I've made the changes as per the comments above
Turned out that we have a few batch tests in scylla/tests/integration/session.rs test suite. Moved them to the dedicated `batch.rs` test suite, for which we are creating new test cases in...
@wprzytula @Lorak-mmk addressed the last comments.
> In commit "tests: add integration tests for batch statements" some tests are still marked with `#[ignore]` instead of disabling tablets. Maybe you forgot to fix that? @Lorak-mmk the tablets...