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

chore(testing): convert query-test-aggregator tests to tap style #1676

Merged
merged 3 commits into from Jun 16, 2023

Conversation

jordigh
Copy link
Contributor

@jordigh jordigh commented Jun 15, 2023

Related Issues

Fixes #1675

Node 14 can't handle latest nest.js release
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Merging #1676 (4f18c23) into main (34358b4) will decrease coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 4f18c23 differs from pull request most recent head 751ddfb. Consider uploading reports for the commit 751ddfb to get more accurate results

@@            Coverage Diff             @@
##             main    #1676      +/-   ##
==========================================
- Coverage   96.87%   96.85%   -0.03%     
==========================================
  Files         200      200              
  Lines       39178    39180       +2     
  Branches       24       24              
==========================================
- Hits        37953    37947       -6     
- Misses       1225     1233       +8     
Flag Coverage Δ
esm-unit-tests-14.x 47.80% <ø> (ø)
esm-unit-tests-16.x 92.11% <ø> (ø)
esm-unit-tests-18.x 92.11% <ø> (ø)
integration-tests-14.x 78.98% <ø> (ø)
integration-tests-16.x 79.06% <ø> (-0.02%) ⬇️
integration-tests-18.x ?
unit-tests-14.x 91.41% <ø> (-0.10%) ⬇️
unit-tests-16.x 91.46% <ø> (-0.10%) ⬇️
unit-tests-18.x 91.44% <ø> (-0.10%) ⬇️
versioned-tests-14.x 75.69% <ø> (-0.07%) ⬇️
versioned-tests-16.x 77.01% <ø> (-0.08%) ⬇️
versioned-tests-18.x ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Our instrumentation changed across these minor versions, so running
versioned tests with a `--minor` flag won't test both sides of the
instrumentation across these minor versions. So explicitly make a
break in the version numbers defined in the tests to ensure that these
different minor version numbers are tested.
@mrickard mrickard self-assigned this Jun 16, 2023
@jordigh jordigh merged commit d2e45ad into newrelic:main Jun 16, 2023
16 checks passed
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed Jun 16, 2023
@jordigh jordigh deleted the demochaify-query-tracer branch June 16, 2023 22:09
@jmartin4563 jmartin4563 added the dev:tests Indicates only changes to tests label Jun 20, 2023
@github-actions github-actions bot mentioned this pull request Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:tests Indicates only changes to tests
Projects
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

Convert test/unit/db/query-trace-aggregator.test.js to tap-style
3 participants