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: Add websocket-batch-n to needs clause in manual-testing #3307

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

rbarkerSL
Copy link
Contributor

@rbarkerSL rbarkerSL commented Dec 4, 2024

Description:

Fixes breaking change in manual-testing.yaml where websocket was split into three batches but the batches were not included in the publish-results needs clause.

Related Issue(s):

Fixes #3306

Notes for Reviewer:

**Description**:

Fixes breaking change in manual-testing.yaml where websocket was split
into three batches but the batches were not included in the
publish-results needs clause.

**Related Issue(s)**:

Fixes #3306

Signed-off-by: Roger Barker <[email protected]>
@rbarkerSL rbarkerSL requested review from AlfredoG87, Nana-EC and a team as code owners December 4, 2024 14:20
@rbarkerSL rbarkerSL linked an issue Dec 4, 2024 that may be closed by this pull request
Copy link

sonarqubecloud bot commented Dec 4, 2024

Copy link

github-actions bot commented Dec 4, 2024

Test Results

 22 files   -  1  291 suites   - 19   45m 1s ⏱️ - 13m 15s
607 tests  -  1  599 ✅ ± 0  4 💤 ±0  4 ❌  - 1 
918 runs  +16  905 ✅ +16  8 💤 +2  5 ❌  - 2 

For more details on these failures, see this check.

Results for commit 9f43457. ± Comparison against base commit af2159f.

This pull request removes 2 and adds 1 tests. Note that renamed tests count towards both.
"before all" hook for "should execute "eth_getCode" for hts token" ‑ RPC Server Acceptance Tests Acceptance tests @api-batch-2 RPC Server Acceptance Tests eth_getCode "before all" hook for "should execute "eth_getCode" for hts token"
"before each" hook for "should execute "eth_getStorageAt" request to get current state changes" ‑ RPC Server Acceptance Tests Acceptance tests @api-batch-2 RPC Server Acceptance Tests "before each" hook for "should execute "eth_getStorageAt" request to get current state changes"
"before all" hook in "Debug API Test Suite" ‑ RPC Server Acceptance Tests Acceptance tests @api-batch-3 RPC Server Acceptance Tests Debug API Test Suite "before all" hook in "Debug API Test Suite"

♻️ This comment has been updated with latest results.

@rbarkerSL rbarkerSL added this to the 0.62.0 milestone Dec 4, 2024
@rbarkerSL rbarkerSL self-assigned this Dec 4, 2024
Copy link

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

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

Looks good.

Copy link
Collaborator

@Nana-EC Nana-EC left a comment

Choose a reason for hiding this comment

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

LG

@quiet-node quiet-node merged commit 5701e2b into main Dec 5, 2024
46 of 80 checks passed
@quiet-node quiet-node deleted the 3306-fix-breaking-change-in-manual-testingyaml branch December 5, 2024 15:58
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.90%. Comparing base (af2159f) to head (9f43457).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3307      +/-   ##
==========================================
- Coverage   84.98%   84.90%   -0.09%     
==========================================
  Files          65       69       +4     
  Lines        4456     4636     +180     
  Branches     1014     1041      +27     
==========================================
+ Hits         3787     3936     +149     
- Misses        331      396      +65     
+ Partials      338      304      -34     
Flag Coverage Δ
config-service 98.14% <ø> (ø)
relay 78.72% <ø> (ø)
server 83.28% <ø> (?)
ws-server 36.66% <ø> (?)

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

see 16 files with indirect coverage changes

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.

Fix breaking change in manual-testing.yaml
6 participants