Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hor911 committed Jun 6, 2024
1 parent 421838d commit 57f5ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/fq/s3/test_insert.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def test_error(self, kikimr, s3, client, format, unique_prefix):
assert result.query.meta.status in [fq.QueryMeta.STARTING,
fq.QueryMeta.RUNNING], "Query is not RUNNING anymore"
issues = result.query.transient_issue
if "500 Internal Server Error" in str(issues):
if "HTTP error code: 500" in str(issues):
break
assert time.time() - start_at < 20, "Timeout waiting for transient issue in " + str(issues)
time.sleep(0.5)
Expand Down

0 comments on commit 57f5ac9

Please sign in to comment.