diff --git a/test/s3tables/s3tables_integration_test.go b/test/s3tables/s3tables_integration_test.go index ffcab9b33..da0400bf7 100644 --- a/test/s3tables/s3tables_integration_test.go +++ b/test/s3tables/s3tables_integration_test.go @@ -525,6 +525,8 @@ func (c *TestCluster) Stop() { // Goroutine finished case <-timer.C: // Timeout - goroutine doesn't respond to context cancel + // This may indicate the mini cluster didn't shut down cleanly + c.t.Log("Warning: Test cluster shutdown timed out after 2 seconds") } // Reset the global cmdMini flags to prevent state leakage to other tests