We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abc02f commit 9a6e3eeCopy full SHA for 9a6e3ee
scylla/tests/integration/tablets.rs
@@ -479,9 +479,12 @@ async fn test_tablet_feedback_not_sent_for_unprepared_queries() {
479
/// for every tablet.
480
/// After that it sends 100 queries fro each tablet and verifies that only 1 shard on 1 node
481
/// recevied requests for a given tablet.
482
+///
483
+/// TODO: Remove #[ignore] once LWTs are supported with tablets.
484
#[cfg(not(scylla_cloud_tests))]
485
#[tokio::test]
486
#[ntest::timeout(30000)]
487
+#[ignore]
488
async fn test_lwt_optimization_works_with_tablets() {
489
setup_tracing();
490
const TABLET_COUNT: usize = 16;
0 commit comments