Skip to content

Commit

Permalink
TestKit: skip new tests that need fixes in the driver (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jul 6, 2023
1 parent b8840fb commit 9a195bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testkit-backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,8 @@ func testSkips() map[string]string {
"stub.connectivity_check.test_verify_connectivity.TestVerifyConnectivity.test_routing_fail_when_no_reader_are_available": "Won't fix - Go driver retries routing table when no readers are available",
"stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_does_not_encompass_router_*": "Won't fix - ConnectionAcquisitionTimeout spans the whole process including db resolution, RT updates, connection acquisition from the pool, and creation of new connections.",
"stub.driver_parameters.test_connection_acquisition_timeout_ms.TestConnectionAcquisitionTimeoutMs.test_router_handshake_has_own_timeout_*": "Won't fix - ConnectionAcquisitionTimeout spans the whole process including db resolution, RT updates, connection acquisition from the pool, and creation of new connections.",
"stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_discard_after_tx_termination_on_run": "fixme: usage of failed transaction leads to unintelligible error that's treated as BackendError",
"stub.tx_run.test_tx_run.TestTxRun.test_should_prevent_pull_after_tx_termination_on_run": "fixme: usage of failed transaction leads to unintelligible error that's treated as BackendError",
}
}

Expand Down

0 comments on commit 9a195bf

Please sign in to comment.