-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
There are few tests that started to fail after 05/30/2024
#1018
Comments
Please, let me know should I separate the issues or those tests should be ignored |
It's on @Lorak-mmk, as it's tablet-related. It seems to be caused by tablets being now the default in Scylla 6.0. |
Those failures are caused by Scylla making Tablets the default in 6.0 release.
So those failures are expected in 0.11 / 0.12, but should not happen in 0.13 / main. |
Oops, correction: |
@Lorak-mmk thanks. Should we test 0.13 as well? |
Test 0.13 in matrix? Yes, we should probably test new versions, right? |
@Lorak-mmk what is exactly version number? v0.13.0? |
Yes |
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
According to scylladb/scylla-rust-driver#1018 there are few tests that expected to fail in the version v0.11.1 and v0.12.0. Update existing ignore.yaml for 'v0.11.1' and create new for 'v0.12.0'
I assume this can be closed (because all the mentioned tests are already fixed). |
There are few tests that started to fail after
05/30/2024
(I cannot say more precise).Rust driver version is
v0.11.1
- 7 failed testsCannot create CDC log for a table test_rust_1719130821_5.tbl, because keyspace uses tablets
Cannot use LightWeight Transactions for table test_rust_1719130823_40.tab: LWT is not yet supported with tablets
panicked at scylla/src/transport/session_test.rs
rust_results_v0.11.1.xml.log
Rust driver version is
v0.12.0
- 7 failed tests - same as described above failed testrust_results_v0.12.0.xml.log
Argus run
The text was updated successfully, but these errors were encountered: