Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ suite("test_streaming_insert_job_fetch_meta_error", "nonConcurrent") {

def jobStatus = sql """select Status, ErrorMsg from jobs("type"="insert") where Name='${jobName}'"""
assert jobStatus.get(0).get(0) == "PAUSED"
assert jobStatus.get(0).get(1).contains("Failed to list S3 files")
assert jobStatus.get(0).get(1).contains("Failed to fetch meta")

sql """
DROP JOB IF EXISTS where jobname = '${jobName}'
Expand Down
Loading