Skip to content
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

Merged
merged 1 commit into from
Sep 12, 2018

Conversation

williaster
Copy link
Contributor

@williaster williaster commented Sep 12, 2018

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 (not removeTable) has been called for ~2 years. My only thought is that this async test didn't properly call the done() callback, so maybe it was getting skipped most of the time 🤔

@mistercrunch @kristw @conglei @graceguo-supercat @michellethomas

Copy link

@graceguo-supercat graceguo-supercat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@conglei conglei left a 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-io
Copy link

codecov-io commented Sep 12, 2018

Codecov Report

Merging #5874 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 367dcda...0ed9dc1. Read the comment docs.

1 similar comment
@codecov-io
Copy link

Codecov Report

Merging #5874 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 367dcda...0ed9dc1. Read the comment docs.

@williaster williaster merged commit bec0b4c into apache:master Sep 12, 2018
@williaster williaster deleted the chris--table-element-test branch September 12, 2018 19:32
kristw pushed a commit to kristw/incubator-superset that referenced this pull request Sep 12, 2018
betodealmeida pushed a commit to lyft/incubator-superset that referenced this pull request Oct 12, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants