mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
clean-exit test: increase test time (#9193)
This PR - increase the test time - use the updated python scripts that reports as an issue a long exit time - change the test name to states that it is runned in the snapshot downloading phase (a later PR will add a similar test on the block downloading phase)
This commit is contained in:
parent
b1c3006d7a
commit
470f05ee6f
@ -1,4 +1,4 @@
|
||||
name: QA - Clean exit on Ctrl-C
|
||||
name: QA - Clean exit (snapshot downloading)
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -22,6 +22,7 @@ jobs:
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
ERIGON_DATA_DIR: ${{ github.workspace }}/erigon_data
|
||||
WORKING_TIME_SECONDS: 600
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
@ -58,7 +59,7 @@ jobs:
|
||||
- name: Run Erigon, send ctrl-c and check for clean exiting
|
||||
run: |
|
||||
# Run Erigon, send ctrl-c and check logs
|
||||
python3 ${{ github.workspace }}/../../../../erigon-qa/test_system/qa-tests/clean-exit/run_and_check_clean_exit.py ${{ github.workspace }}/build/bin $ERIGON_DATA_DIR
|
||||
python3 ${{ github.workspace }}/../../../../erigon-qa/test_system/qa-tests/clean-exit/run_and_check_clean_exit.py ${{ github.workspace }}/build/bin $ERIGON_DATA_DIR $WORKING_TIME_SECONDS
|
||||
|
||||
# Capture monitoring script exit status
|
||||
monitoring_exit_status=$?
|
Loading…
Reference in New Issue
Block a user