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: check and stabilize e2e tests #262

Closed
wants to merge 3 commits into from
Closed

Conversation

leninmehedy
Copy link
Member

@leninmehedy leninmehedy commented May 7, 2024

Description

This pull request changes the following:

  • deploy a single consensus node during mirror-node e2e

Related Issues

Copy link
Contributor

github-actions bot commented May 7, 2024

Unit Test Results - Linux

  1 files  ±0   18 suites  ±0   2m 10s ⏱️ +56s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
144 runs  ±0  144 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e43173a. ± Comparison against base commit 16cb4ba.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented May 7, 2024

E2E Test Results

  1 files  ±0  11 suites  ±0   19m 10s ⏱️ - 8m 8s
102 tests ±0  92 ✅  - 10  10 💤 +10  0 ❌ ±0 
108 runs  ±0  98 ✅  - 10  10 💤 +10  0 ❌ ±0 

Results for commit e43173a. ± Comparison against base commit 16cb4ba.

This pull request removes 25 and adds 25 tests. Note that renamed tests count towards both.
AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should cleanup previous deployment ‑ AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should cleanup previous deployment
AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with network deploy ‑ AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with network deploy
AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node setup command ‑ AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node setup command
AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node start command ‑ AccountCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node start command
MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should cleanup previous deployment ‑ MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should cleanup previous deployment
MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with network deploy ‑ MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with network deploy
MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node setup command ‑ MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node setup command
MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node start command ‑ MirrorNodeCommand Bootstrap network for test [release v0.47.0-alpha.0, keyFormat: pem] should succeed with node start command
MirrorNodeCommand mirror node api and hedera explorer should success ‑ MirrorNodeCommand mirror node api and hedera explorer should success
MirrorNodeCommand mirror node deploy should success ‑ MirrorNodeCommand mirror node deploy should success
…
AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should cleanup previous deployment ‑ AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should cleanup previous deployment
AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with network deploy ‑ AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with network deploy
AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node setup command ‑ AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node setup command
AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node start command ‑ AccountCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node start command
MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should cleanup previous deployment ‑ MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should cleanup previous deployment
MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with network deploy ‑ MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with network deploy
MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node setup command ‑ MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node setup command
MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node start command ‑ MirrorNodeCommand Bootstrap network for test [release v0.48.1, keyFormat: pem] should succeed with node start command
MirrorNodeCommand mirror node api and hedera explorer checks should succeed ‑ MirrorNodeCommand mirror node api and hedera explorer checks should succeed
MirrorNodeCommand mirror node deploy should succeed ‑ MirrorNodeCommand mirror node deploy should succeed
…

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-2.32% (target: -1.00%) 94.44%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (16cb4ba) 3170 2583 81.48%
Head commit (e43173a) 3186 (+16) 2522 (-61) 79.16% (-2.32%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#262) 18 17 94.44%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 79.06%. Comparing base (16cb4ba) to head (e43173a).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   81.34%   79.06%   -2.28%     
==========================================
  Files          33       33              
  Lines        3768     3783      +15     
  Branches      685      686       +1     
==========================================
- Hits         3065     2991      -74     
- Misses        703      792      +89     
Files Coverage Δ
src/commands/flags.mjs 94.44% <ø> (ø)
src/commands/mirror_node.mjs 69.36% <100.00%> (+0.56%) ⬆️
src/commands/network.mjs 51.92% <ø> (ø)
src/commands/relay.mjs 74.56% <100.00%> (ø)
src/core/package_downloader.mjs 92.70% <100.00%> (ø)
src/core/templates.mjs 82.89% <100.00%> (+1.46%) ⬆️
test/test_util.js 90.69% <100.00%> (+0.10%) ⬆️
version.mjs 100.00% <100.00%> (ø)
src/commands/node.mjs 66.51% <80.00%> (-13.10%) ⬇️

Impacted file tree graph

leninmehedy and others added 3 commits May 7, 2024 16:52
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
## [0.24.1](v0.24.0...v0.24.1) (2024-04-27)

### Bug Fixes

* bump versions of FST and platform ([#252](#252)) ([aa22b75](aa22b75))
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
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.

Check and stabilize e2e tests
2 participants