test cleaning singlestore

This commit is contained in:
rahulpinto19
2026-01-28 12:36:06 +00:00
parent 7139b1aeb5
commit 73b7ef8c73

View File

@@ -1055,6 +1055,7 @@ func CleanupMSSQLTables(t *testing.T, ctx context.Context, pool *sql.DB) {
func CleanupSingleStoreTables(t *testing.T, ctx context.Context, pool *sql.DB) {
// SingleStore cleanup logic would go here
fmt.Logf("in cleanupSingleStoreTables");
rows, err := pool.QueryContext(ctx, "SHOW TABLES;")
if err != nil {
t.Fatalf("Failed to query for all SingleStore tables: %v", err)