You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different status types come through the test. It's not always clear which one. The test fails when trying to assert a positive status. When it gets the correct status class (RunStatus I believe), it passes, because the value is pass. But when it gets he wrong one (TestStatus I believe), then it fails; I think this happens because the positive status on that is success, hence pass becomes fail since it's not a valid value.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
TestSingularTestsEphemeralSnowflake::test_singular_tests_ephemeral is flaky
[CT-2827] TestSingularTestsEphemeralSnowflake::test_singular_tests_ephemeral is flaky
Jul 17, 2023
I believe this is the test that's been flaky since the upgrade to sqlparse==0.4.4. It only fails on Ubuntu. This is what motivated us to pin sqlparse<0.4.4 previously:
Different status types come through the test. It's not always clear which one. The test fails when trying to assert a positive status. When it gets the correct status class (RunStatus I believe), it passes, because the value is
pass
. But when it gets he wrong one (TestStatus I believe), then it fails; I think this happens because the positive status on that issuccess
, hencepass
becomesfail
since it's not a valid value.The text was updated successfully, but these errors were encountered: