-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(ignore): update ignore.yamls
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'
- Loading branch information
1 parent
90bfd82
commit a595731
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
tests: | ||
ignore: | ||
- transport::cql_types_test::test_naive_date | ||
- transport::caching_session::tests::test_partitioner_name_caching | ||
- transport::session_test::test_table_partitioner_in_metadata | ||
- transport::session_test::test_prepared_partitioner | ||
- transport::session_test::test_batch_lwts | ||
- lwt_optimisation::if_lwt_optimisation_mark_offered_then_negotiatied_and_lwt_routed_optimally | ||
- transport::session_test::test_token_awareness | ||
- transport::session_test::test_iter_works_when_retry_policy_returns_ignore_write_error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tests: | ||
ignore: | ||
- transport::caching_session::tests::test_partitioner_name_caching | ||
- transport::session_test::test_table_partitioner_in_metadata | ||
- transport::session_test::test_prepared_partitioner | ||
- transport::session_test::test_batch_lwts | ||
- lwt_optimisation::if_lwt_optimisation_mark_offered_then_negotiatied_and_lwt_routed_optimally | ||
- transport::session_test::test_token_awareness | ||
- transport::session_test::test_iter_works_when_retry_policy_returns_ignore_write_error |