-
Notifications
You must be signed in to change notification settings - Fork 8
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: revert to sleep and remove jest.runAllTicks from e2e test #255
Conversation
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
E2E Test Results 1 files ± 0 11 suites ±0 22m 23s ⏱️ - 30m 29s Results for commit 90672ac. ± Comparison against base commit a8ed482. This pull request removes 34 and adds 34 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
==========================================
+ Coverage 77.72% 81.34% +3.61%
==========================================
Files 33 33
Lines 3601 3768 +167
Branches 676 685 +9
==========================================
+ Hits 2799 3065 +266
+ Misses 802 703 -99
|
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
## [0.25.0](v0.24.0...v0.25.0) (2024-05-16) ### Features * ability to deploy different software package to a subset of nodes ([#232](#232)) ([5e95030](5e95030)) * add `solo node add` subcommand ([#234](#234)) ([8cc3802](8cc3802)) ### Bug Fixes * enhance profile manager to take mirror node component overrides to increase pipeline stability ([#289](#289)) ([c89a042](c89a042)) * increase wait time for when recycling an haproxy pod for a node ([#292](#292)) ([cb5a1c6](cb5a1c6)) * jsdoc could not recognizing Promise<[*]> ([#275](#275)) ([9a9c00c](9a9c00c)) * revert to sleep and remove jest.runAllTicks from e2e test ([#255](#255)) ([a7cf6bf](a7cf6bf)) * use latest FST chart and a single consensus node during mirror-node e2e test ([#264](#264)) ([5a5a02f](5a5a02f))
🎉 This PR is included in version 0.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues