Skip to content

Commit

Permalink
test: added wait to S3 e2e source and sink tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Sep 17, 2021
1 parent d2bf012 commit 8fe4116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/s3-e2e/s3_sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func Handler(ctx context.Context, m []byte) ([]byte, error) {
},
})

WaitForPipeline()
WaitForPod()

defer StartPortForward("s3-main-0")()
Expand Down
1 change: 1 addition & 0 deletions test/s3-e2e/s3_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func TestS3Source(t *testing.T) {
},
})

WaitForPipeline()
WaitForPod()

defer StartPortForward("s3-main-0")()
Expand Down

0 comments on commit 8fe4116

Please sign in to comment.