Eric
63e4236ee0
increase port distance per test run
2025-11-04 20:02:26 +11:00
Eric
37d5443be6
add constructor param for continuous status update in terminal
...
# Conflicts:
# tests/testIntegration.nim
2025-11-04 20:02:26 +11:00
Eric
431cd524c2
ensure timeouts work
...
Work around the AsyncProcess timeout not working correctly
2025-11-04 20:02:25 +11:00
Eric
69ad29a9b8
continually show test status updates
...
allows user to know which tests are still running
2025-11-04 20:02:25 +11:00
Eric
aeb651fcb7
cleanup
...
# Conflicts:
# tests/testIntegration.nim
2025-11-04 20:02:25 +11:00
Eric
4b3dc2bf83
lock hardhat start to avoid intermittent start failures
2025-11-04 20:02:25 +11:00
Eric
92ee0cb81c
clean up
2025-11-04 20:02:25 +11:00
Eric
110764f7f4
print hardhat testmanager errors and hardhat stdout when there is an error starting hardhat
2025-11-04 20:02:25 +11:00
Eric
3ede65f661
hang manager off IntegrationTest, cleanup
...
- add a TestManager property to IntegrationTest, so manager does not need to be passed into all functions
- cleanup:
- remove unneeded stopHardhat function
- add hardhat instance to manager outside of startHardhat
2025-11-04 20:02:24 +11:00
Eric
8904044fc2
reinstate removed types
2025-11-04 20:02:24 +11:00
Eric
f493b4c197
Add additional logging info print outs
...
# Conflicts:
# tests/integration/testcli.nim
2025-11-04 20:02:24 +11:00
Eric
6c577f3461
stop hardhat and show logs
...
# Conflicts:
# tests/integration/hardhatprocess.nim
2025-11-04 20:02:24 +11:00
Eric
a2e74dc4a1
default test name to the filename of the integration test
...
# Conflicts:
# tests/testIntegration.nim
2025-11-04 20:02:23 +11:00
Eric
887d6e9962
print start/finish stderr/stdout markers
...
# Conflicts:
# tests/testIntegration.nim
2025-11-04 20:02:23 +11:00
Eric
525aa59fe1
clean up
2025-11-04 20:02:23 +11:00
Eric
321921894d
stdout formatting for test results
...
# Conflicts:
# tests/testIntegration.nim
2025-11-04 20:02:23 +11:00
Eric
34d4f781c3
test summary formatting
2025-11-04 20:02:23 +11:00
Eric
9ef61aedc4
parallel tests running
...
- need to test with longer tests to ensure the parallelisation is truly happening
- is the +10 hardhat port needed?
- try with more integration tests
# Conflicts:
# tests/integration/hardhatprocess.nim
# tests/integration/multinodes.nim
# tests/integration/testcli.nim
# tests/testIntegration.nim
2025-11-04 20:02:22 +11:00