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

fix moleculer test timing out in latest version #2288

Merged
merged 1 commit into from Aug 15, 2022

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Aug 15, 2022

What does this PR do?

Fix moleculer test timing out in latest version.

Motivation

Latest release has a bug where the default timeout is 0 instead of infinity.

@rochdev rochdev requested a review from a team as a code owner August 15, 2022 17:05
@github-actions
Copy link

Overall package size

Self size: 2.57 MB
Deduped: 29.72 MB
No deduping: 30.35 MB

Dependency sizes

name version self size total size
@datadog/pprof 1.0.2 8.74 MB 14.46 MB
@datadog/native-metrics 1.4.2 6.61 MB 7.04 MB
@datadog/native-appsec 1.2.1 5.1 MB 5.43 MB
opentracing 0.14.7 194.81 kB 194.81 kB
@datadog/sketches-js 2.0.0 105.44 kB 105.44 kB
lodash.sortby 4.7.0 75.76 kB 75.76 kB
semver 5.7.1 61.58 kB 61.58 kB
ignore 5.2.0 48.87 kB 48.87 kB
import-in-the-middle 1.3.0 30.3 kB 34.77 kB
retry 0.10.1 27.44 kB 27.44 kB
lodash.uniq 4.5.0 25.01 kB 25.01 kB
limiter 1.1.5 23.17 kB 23.17 kB
lodash.kebabcase 4.1.1 17.75 kB 17.75 kB
lodash.pick 4.4.0 16.33 kB 16.33 kB
crypto-randomuuid 1.0.0 11.18 kB 11.18 kB
diagnostics_channel 1.1.0 7.07 kB 7.07 kB
path-to-regexp 0.1.7 6.78 kB 6.78 kB
koalas 1.0.2 6.47 kB 6.47 kB
methods 1.1.2 5.29 kB 5.29 kB
module-details-from-path 1.0.3 4.47 kB 4.47 kB

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #2288 (8f9a59d) into master (e6bf928) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2288      +/-   ##
==========================================
+ Coverage   92.90%   92.94%   +0.03%     
==========================================
  Files         211      220       +9     
  Lines        8306     8515     +209     
==========================================
+ Hits         7717     7914     +197     
- Misses        589      601      +12     
Impacted Files Coverage Δ
packages/datadog-instrumentations/src/next.js 93.84% <0.00%> (ø)
packages/datadog-plugin-moleculer/src/server.js 100.00% <0.00%> (ø)
packages/datadog-plugin-next/src/index.js 100.00% <0.00%> (ø)
packages/datadog-instrumentations/src/moleculer.js 100.00% <0.00%> (ø)
...s/datadog-instrumentations/src/moleculer/server.js 81.48% <0.00%> (ø)
packages/datadog-plugin-moleculer/src/util.js 100.00% <0.00%> (ø)
packages/datadog-plugin-moleculer/src/index.js 100.00% <0.00%> (ø)
...s/datadog-instrumentations/src/moleculer/client.js 87.50% <0.00%> (ø)
packages/datadog-plugin-moleculer/src/client.js 100.00% <0.00%> (ø)

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

@rochdev rochdev merged commit a6009dd into master Aug 15, 2022
@rochdev rochdev deleted the fix-moleculer-wait-timeout branch August 15, 2022 17:33
jazmon pushed a commit to mazedesignhq/dd-trace-js that referenced this pull request Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants