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

tests: fix rawsend.sh nightly test failure #5519

Merged
merged 1 commit into from Jun 30, 2023

Conversation

ahangsu
Copy link
Contributor

@ahangsu ahangsu commented Jun 30, 2023

Summary

Sorry, screwed up the e2e test for rawsend.sh:

  • use sort -nuC then $? to check pending rounds in ascending order
  • echo "$PENDING_ROUNDS" to keep breaklines, such that we can tail -1 for last pending round

@ahangsu ahangsu self-assigned this Jun 30, 2023
@ahangsu ahangsu marked this pull request as ready for review June 30, 2023 16:31
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #5519 (4f1368d) into master (22e0e09) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5519      +/-   ##
==========================================
+ Coverage   55.81%   55.84%   +0.02%     
==========================================
  Files         446      446              
  Lines       63228    63228              
==========================================
+ Hits        35290    35307      +17     
+ Misses      25572    25558      -14     
+ Partials     2366     2363       -3     

see 8 files with indirect coverage changes

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

@algorandskiy algorandskiy merged commit dcafb65 into algorand:master Jun 30, 2023
18 checks passed
@algorandskiy algorandskiy changed the title Bugfix: rawsend.sh nightly test failure fix tests: fix rawsend.sh nightly test failure Jun 30, 2023
@ahangsu ahangsu deleted the fix-rawsend-test branch June 30, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants