-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat(ci): WAN nightly #1173
feat(ci): WAN nightly #1173
Conversation
b17e6f2
to
7586bc0
Compare
e883567
to
239eb6e
Compare
07d5471
to
096e73f
Compare
f73df49
to
1cd56f9
Compare
sn_node/tests/common/client.rs
Outdated
@@ -232,6 +267,10 @@ | |||
"Getting {} tokens from the faucet... num_requests:{num_requests}", | |||
NanoTokens::from(num_requests * 100 * 1_000_000_000) | |||
); | |||
info!( | |||
"Getting {} tokens from the faucet... num_requests:{num_requests}", |
Check warning
Code scanning / devskim
An HTTP-based URL without TLS was detected. Warning test
ab25951
to
041bbeb
Compare
a5243dc
to
7541341
Compare
7541341
to
83ee6f1
Compare
fi | ||
node_count=$(find "${{ matrix.wan_logs_path }}" -type d | awk -F/ 'NF==9' | grep -E "/12D3KooW" | wc -l) | ||
echo "Node dir count is $node_count" | ||
# TODO: reenable this once the testnet dir creation is tidied up to avoid a large count here |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
timeout-minutes: 1 | ||
# get the counts, then the specific line, and then the digit count only | ||
# then check we have an expected level of restarts | ||
# TODO: make this use an env var, or relate to testnet size |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
timeout-minutes: 1 | ||
# get the counts, then the specific line, and then the digit count only | ||
# then check we have an expected level of replication | ||
# TODO: make this use an env var, or relate to testnet size |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
fi | ||
node_count=$(find "${{ matrix.wan_logs_path }}" -type d | awk -F/ 'NF==9' | grep -E "/12D3KooW" | wc -l) | ||
echo "Node dir count is $node_count" | ||
# TODO: reenable this once the testnet dir creation is tidied up to avoid a large count here |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
timeout-minutes: 1 | ||
# get the counts, then the specific line, and then the digit count only | ||
# then check we have an expected level of restarts | ||
# TODO: make this use an env var, or relate to testnet size |
Check notice
Code scanning / devskim
A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note
73853af
to
6b03eb6
Compare
Description
Summary generated by Reviewpad on 01 Feb 24 07:27 UTC
This pull request includes several changes to different files in the codebase. Here are the summaries of each file:
.github/workflows/merge.yml
:pull_request
trigger.CARGO_INCREMENTAL
environment variable has been set to 0 to disable incremental builds in CI.sn_node/tests/nodes_rewards.rs
:main.rs
:start_new_node_process
function has been modified. The format of the error message generated by theeprintln!
anderror!
macros has changed.{e:?}
) to format the error message in a more readable and informative way. This change aims to improve error reporting in case of failures when executing the hard-restart command.service.rs
:SocketAddr
,TcpListener
,PathBuf
,OsString
,thread::sleep
, andtime::Duration
have been updated to a single line format.ServiceControl
implementation forNodeServiceManager
has been modified. In theinstall
function, a new variableservice_ctx
of typeServiceInstallCtx
has been defined. The contents of theServiceInstallCtx
struct have been updated, including a temporary fix to enable the restart command to properly restart a running service for Linux targets.manager.install
function has been called with theservice_ctx
variable as a parameter. These changes aim to improve the import statements and make modifications to theServiceControl
implementation forNodeServiceManager
..github/workflows/benchmark-prs.yml
:pull_request
, but now it uses themerge_group
event, specifically for themain
branch.on
section has been updated to include themerge_group
event with thebranches
attribute set to[main]
.env
section remains unchanged..github/workflows/memcheck.yml
:pull_request
event listener, has been commented out.Please review these changes and ensure they align with the intended behavior for the pull request. Let me know if you need further assistance with this code review.