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: remove duplicate tests #4136

Merged
merged 3 commits into from
Jan 11, 2022
Merged

test: remove duplicate tests #4136

merged 3 commits into from
Jan 11, 2022

Conversation

snitin315
Copy link
Member

  • 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?

Motivation / Use-Case

remove duplicate tests.

Breaking Changes

None

Additional Info

No

});
});

it("add hot-only option", (done) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

});

// TODO: remove this after plugin support is published
it("should create and run server with old parameters order and log deprecation warning", (done) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

E2E test already present.

it(`should work with deprecated API (the order of the arguments in the constructor)`, async () => {

@codecov
Copy link

codecov bot commented Dec 25, 2021

Codecov Report

Merging #4136 (6429697) into master (7b8c85b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4136   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files          14       14           
  Lines        1540     1540           
  Branches      589      589           
=======================================
  Hits         1421     1421           
  Misses        110      110           
  Partials        9        9           

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 7b8c85b...6429697. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Our CI is now more unstable, we should fix it...

@alexander-akait
Copy link
Member

@snitin315 Feel free to merge when CI will green

@snitin315 snitin315 merged commit 415fb66 into master Jan 11, 2022
@snitin315 snitin315 deleted the rm-server-tests branch January 11, 2022 20:42
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

2 participants