Skip to content

Commit f475f25

Browse files
committed
Update skipped tests to accommodate previous changes
1 parent 6638961 commit f475f25

File tree

1 file changed

+3
-61
lines changed

1 file changed

+3
-61
lines changed

testkitbackend/skipped_tests.json

Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,10 @@
11
{
2-
"stub.routing.Routing.test_should_use_resolver_during_rediscovery_when_existing_routers_fail":
3-
"DNS resolver not implemented",
4-
"stub.routing.RoutingV3.test_should_use_resolver_during_rediscovery_when_existing_routers_fail":
5-
"DNS resolver not implemented",
6-
"stub.routing.RoutingV4.test_should_use_resolver_during_rediscovery_when_existing_routers_fail":
7-
"DNS resolver not implemented",
8-
"stub.routing.NoRouting.test_should_use_resolver_during_rediscovery_when_existing_routers_fail":
9-
"DNS resolver not implemented",
10-
"stub.routing.Routing.test_should_request_rt_from_all_initial_routers_until_successful":
11-
"DNS resolver not implemented",
12-
"stub.routing.RoutingV3.test_should_request_rt_from_all_initial_routers_until_successful":
13-
"DNS resolver not implemented",
14-
"stub.routing.RoutingV4.test_should_request_rt_from_all_initial_routers_until_successful":
15-
"DNS resolver not implemented",
16-
"stub.routing.NoRouting.test_should_request_rt_from_all_initial_routers_until_successful":
17-
"DNS resolver not implemented",
182
"stub.routing.Routing.test_should_successfully_acquire_rt_when_router_ip_changes":
19-
"DNS resolver not implemented",
3+
"Test makes assumptions about how verify_connectivity is implemented",
204
"stub.routing.RoutingV3.test_should_successfully_acquire_rt_when_router_ip_changes":
21-
"DNS resolver not implemented",
5+
"Test makes assumptions about how verify_connectivity is implemented",
226
"stub.routing.RoutingV4.test_should_successfully_acquire_rt_when_router_ip_changes":
23-
"DNS resolver not implemented",
24-
"stub.routing.NoRouting.test_should_successfully_acquire_rt_when_router_ip_changes":
25-
"DNS resolver not implemented",
26-
"stub.routing.Routing.test_should_read_successfully_on_empty_discovery_result_using_session_run":
27-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
28-
"stub.routing.RoutingV3.test_should_read_successfully_on_empty_discovery_result_using_session_run":
29-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
30-
"stub.routing.RoutingV4.test_should_read_successfully_on_empty_discovery_result_using_session_run":
31-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
32-
"stub.routing.NoRouting.test_should_read_successfully_on_empty_discovery_result_using_session_run":
33-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
34-
"stub.routing.Routing.test_should_retry_read_tx_and_rediscovery_until_success":
35-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
36-
"stub.routing.RoutingV3.test_should_retry_read_tx_and_rediscovery_until_success":
37-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
38-
"stub.routing.RoutingV4.test_should_retry_read_tx_and_rediscovery_until_success":
39-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
40-
"stub.routing.NoRouting.test_should_retry_read_tx_and_rediscovery_until_success":
41-
"Driver iterates over results of custom resolver and settles on first connection yielding a successful handshake",
42-
"stub.routing.Routing.test_should_retry_write_until_success_with_leader_change_using_tx_function":
43-
"Driver opens a new connection each time to get a fresh routing table",
44-
"stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_change_using_tx_function":
45-
"Driver opens a new connection each time to get a fresh routing table",
46-
"stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_change_using_tx_function":
47-
"Driver opens a new connection each time to get a fresh routing table",
48-
"stub.routing.NoRouting.test_should_retry_write_until_success_with_leader_change_using_tx_function":
49-
"Driver opens a new connection each time to get a fresh routing table",
50-
"stub.routing.Routing.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function":
51-
"Driver opens a new connection each time to get a fresh routing table",
52-
"stub.routing.RoutingV3.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function":
53-
"Driver opens a new connection each time to get a fresh routing table",
54-
"stub.routing.RoutingV4.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function":
55-
"Driver opens a new connection each time to get a fresh routing table",
56-
"stub.routing.NoRouting.test_should_retry_write_until_success_with_leader_shutdown_during_tx_using_tx_function":
57-
"Driver opens a new connection each time to get a fresh routing table",
58-
"stub.routing.Routing.test_should_revert_to_initial_router_if_known_router_throws_protocol_errors":
59-
"Driver uses custom resolver for each connection, not only initial seeding",
60-
"stub.routing.RoutingV3.test_should_revert_to_initial_router_if_known_router_throws_protocol_errors":
61-
"Driver uses custom resolver for each connection, not only initial seeding",
62-
"stub.routing.RoutingV4.test_should_revert_to_initial_router_if_known_router_throws_protocol_errors":
63-
"Driver uses custom resolver for each connection, not only initial seeding",
64-
"stub.routing.NoRouting.test_should_revert_to_initial_router_if_known_router_throws_protocol_errors":
65-
"Driver uses custom resolver for each connection, not only initial seeding",
7+
"Test makes assumptions about how verify_connectivity is implemented",
668
"stub.retry.TestRetryClustering.test_retry_ForbiddenOnReadOnlyDatabase_ChangingWriter":
679
"Test makes assumptions about how verify_connectivity is implemented",
6810
"stub.authorization.AuthorizationTests.test_should_retry_on_auth_expired_on_begin_using_tx_function":

0 commit comments

Comments
 (0)