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

test(Proxy): skip Proxy.test.js #1667

Merged
merged 2 commits into from
Feb 18, 2019
Merged

test(Proxy): skip Proxy.test.js #1667

merged 2 commits into from
Feb 18, 2019

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Feb 16, 2019

This test is unstable when running on Node v11 on MacOS.

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

N/A

Motivation / Use-Case

see #1633 (comment)

Breaking Changes

no

Additional Info

HistoryApiFallback.test.js seems to be good when we add skipping code to Proxy.test.js.

This test is unstable when running on Node v11 on MacOS.
@codecov
Copy link

codecov bot commented Feb 16, 2019

Codecov Report

Merging #1667 into master will increase coverage by 0.29%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1667      +/-   ##
==========================================
+ Coverage   75.08%   75.37%   +0.29%     
==========================================
  Files          18       19       +1     
  Lines         590      597       +7     
  Branches      171      172       +1     
==========================================
+ Hits          443      450       +7     
  Misses        113      113              
  Partials       34       34
Impacted Files Coverage Δ
test/shouldSkipTestSuite.js 100% <100%> (ø)

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 b92e5fd...65507ba. Read the comment docs.

// issue: https://github.com/webpack/webpack-dev-server/pull/1633#issuecomment-463938675
if (shouldSkipTestSuite()) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

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

All tests failed? Maybe we can skip only one test?

Copy link
Member Author

Choose a reason for hiding this comment

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

As far as I confirm, running two tests seems to fail.

Copy link
Member

Choose a reason for hiding this comment

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

@hiroppy can we ship only their? thanks

Copy link
Member Author

Choose a reason for hiding this comment

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

The first test(anyone) will succeed but subsequent tests will fail.
Probably postprocessing would be a problem.

Once we merge this PR and then I think that it is better to investigate the cause separately.(maybe difficult)

Copy link
Member

Choose a reason for hiding this comment

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

👍 Let's do it

@alexander-akait alexander-akait merged commit b2bcdb0 into webpack:master Feb 18, 2019
@hiroppy hiroppy deleted the feature/skip-tests branch February 18, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants