mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-05-02 03:00:36 -04:00
test cleaning singlestore
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user