-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests] fix sqllab/TableElement_spec #5874
[tests] fix sqllab/TableElement_spec #5874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the test issue!
Codecov Report
@@ Coverage Diff @@
## master #5874 +/- ##
=======================================
Coverage 63.73% 63.73%
=======================================
Files 374 374
Lines 23328 23328
Branches 2608 2608
=======================================
Hits 14869 14869
Misses 8446 8446
Partials 13 13 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #5874 +/- ##
=======================================
Coverage 63.73% 63.73%
=======================================
Files 374 374
Lines 23328 23328
Branches 2608 2608
=======================================
Hits 14869 14869
Misses 8446 8446
Partials 13 13 Continue to review full report at Codecov.
|
(cherry picked from commit bec0b4c)
This PR fixes a JS test that I encountered locally and seems to be failing others (e.g., failed build here from #5865, #5869, etc.)
I'm not sure how this test passed before TBH. According to git blame
removeDataPreview
(notremoveTable
) has been called for ~2 years. My only thought is that this async test didn't properly call thedone()
callback, so maybe it was getting skipped most of the time 🤔@mistercrunch @kristw @conglei @graceguo-supercat @michellethomas