Skip to content

Commit

Permalink
add exportid
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jan 8, 2025
1 parent 79f925b commit f6b256e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sceneTest/export/export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ func TestCancelExport(t *testing.T) {
}

func checkServerlessExportState(ctx context.Context, t *testing.T, clusterId, exportId string) *export.Export {
t.Logf("start to check the state of %s", exportId)
ticker := time.NewTicker(time.Second * 10)
timeout := time.After(time.Minute * 3)
for {
Expand Down

0 comments on commit f6b256e

Please sign in to comment.