We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63833ab + a1c9cfb commit 23ab564Copy full SHA for 23ab564
tests/integration/test_refreshable_mat_view/test.py
@@ -351,7 +351,7 @@ def inner():
351
check_callback=(
352
(lambda r: r.iloc[0]["status"] == wait_status)
353
if wait_status
354
- else (lambda x: True)
+ else (lambda r: r.iloc[0]["status"] != "Scheduling")
355
),
356
parse=True,
357
).to_dict("records")[0]
tests/integration/test_refreshable_mat_view_replicated/test.py
@@ -493,7 +493,7 @@ def inner():
493
494
495
496
497
498
499
0 commit comments