@@ -63,28 +63,17 @@ public class StartTest implements TestkitRequest
6363 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestDisconnects\\ .test_disconnect_on_tx_run$" , skipMessage );
6464 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRetry\\ ..*$" , "Unfinished results consumption" );
6565 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestRetryClustering\\ ..*$" , "Unfinished results consumption" );
66- skipMessage = "Does not support PULL pipelining" ;
67- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_read_tx_and_rediscovery_until_success$" , skipMessage );
68- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_read_tx_until_success_on_error$" , skipMessage );
69- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_write_tx_and_rediscovery_until_success$" , skipMessage );
70- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_write_tx_until_success_on_error$" , skipMessage );
71- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_fail_when_reading_from_unexpectedly_interrupting_reader_using_session_run$" ,
72- skipMessage );
73- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_fail_when_reading_from_unexpectedly_interrupting_reader_using_tx_run$" ,
74- skipMessage );
75- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_fail_when_writing_on_unexpectedly_interrupting_writer_using_session_run$" ,
76- skipMessage );
77- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_fail_when_reading_from_unexpectedly_interrupting_readers_using_tx_function$" ,
78- skipMessage );
79- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_fail_when_writing_to_unexpectedly_interrupting_writers_using_tx_function$" ,
80- skipMessage );
81- REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_write_until_success_with_leader_change_using_tx_function$" ,
82- skipMessage );
8366 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestSessionRun\\ .test_discard_on_session_close_unfinished_result$" ,
8467 "Does not support partially consumed state" );
8568 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .NoRouting[^.]+\\ .test_should_error_on_database_shutdown_using_tx_run$" , "Session close throws error" );
8669 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .Routing[^.]+\\ .test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function$" ,
8770 "Commit failure leaks outside function" );
71+ REACTIVE_SKIP_PATTERN_TO_REASON .put (
72+ "^.*\\ .Routing[^.]+\\ .test_should_fail_when_reading_from_unexpectedly_interrupting_readers_on_run_using_tx_function$" ,
73+ "Rollback failures following commit failure" );
74+ REACTIVE_SKIP_PATTERN_TO_REASON .put (
75+ "^.*\\ .Routing[^.]+\\ .test_should_fail_when_writing_to_unexpectedly_interrupting_writers_on_run_using_tx_function$" ,
76+ "Rollback failures following commit failure" );
8877 skipMessage = "Requires investigation" ;
8978 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_agent" , skipMessage );
9079 REACTIVE_SKIP_PATTERN_TO_REASON .put ( "^.*\\ .TestProtocolVersions\\ .test_server_version" , skipMessage );
0 commit comments