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: improve logging in expect tests #4405

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

algorandskiy
Copy link
Contributor

Improve and fix debug logging in expect tests.

@@ -53,22 +54,25 @@ proc ::AlgorandGoal::Abort { ERROR } {

log_user 1
set NODE_DATA_DIR $::GLOBAL_TEST_ROOT_DIR/Primary
if { [info exists ::NODE_DATA_DIR] } {
if { [file exists $NODE_DATA_DIR] } {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

there is was a copy-paste error

@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #4405 (4f2e70c) into master (bc957ab) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4405      +/-   ##
==========================================
- Coverage   55.56%   55.54%   -0.02%     
==========================================
  Files         400      400              
  Lines       50797    50797              
==========================================
- Hits        28225    28216       -9     
- Misses      20172    20180       +8     
- Partials     2400     2401       +1     
Impacted Files Coverage Δ
network/wsPeer.go 65.47% <0.00%> (-2.20%) ⬇️
catchup/service.go 68.14% <0.00%> (-1.49%) ⬇️
ledger/acctonline.go 78.47% <0.00%> (-0.53%) ⬇️
network/wsNetwork.go 64.70% <0.00%> (ø)
catchup/peerSelector.go 100.00% <0.00%> (+1.04%) ⬆️
ledger/blockqueue.go 88.50% <0.00%> (+2.87%) ⬆️

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

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.

1 participant