You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.180810 19:36:16.224734335 EXPECT TEST: START TEST: Connecting a RPC client to a non-started server
.180810 19:36:16.355892170 EXPECT TEST: END TEST
.180810 19:36:16.361239379 EXPECT TEST: START TEST: Connecting a SQL client to a non-started server
.180810 19:36:16.491503873 EXPECT TEST: END TEST
.180810 19:36:17.094520509 EXPECT TEST: START TEST: Connecting a secure RPC client to an insecure server
.180810 19:36:17.163611196 EXPECT TEST: END TEST
.180810 19:36:17.168570126 EXPECT TEST: START TEST: Connecting a secure SQL client to an insecure server
.180810 19:36:17.237626433 EXPECT TEST: END TEST
.180810 19:36:17.243235292 EXPECT TEST: INTERRUPT TO FOREGROUND PROCESS
.180810 19:36:17.649516890 EXPECT TEST: INTERRUPT TO FOREGROUND PROCESS
.180810 19:36:18.835451035 EXPECT TEST: START TEST: Connecting an insecure RPC client to a secure server
.180810 19:36:48.907076700 EXPECT TEST: TIMEOUT WAITING FOR "Error: server closed the connection."
The text was updated successfully, but these errors were encountered:
28333: sql: Add a new foreign key check benchmark test for interleaved tables r=emsal1863 a=emsal1863
Previously, the only deletion benchmark for interleaved tables tested
deletes on the child table. This new benchmark tests the performance of
deletes on the parent table to cover the case and test the performance
of cascading deletes in interleaved tables.
Release note: None
28528: cli: fix flake in test_error_hints.tcl r=knz a=knz
Fixes#28525.
It's possible for a RPC client to connects to a server during server
initialization after the socket has been set up but before the TLS
context has been fully initialized. In that case the connection will
simply abort with no error, with a recommendation for the client to
retry (TransientFailure).
This patch extends the "error hinting" logic of CLI commands to
recognize this case too.
Release note: None
Co-authored-by: Emmanuel <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
This test was added in #28200 and flaked in https://teamcity.cockroachdb.com/viewLog.html?buildId=828646&buildTypeId=Cockroach_UnitTests
The text was updated successfully, but these errors were encountered: