Parent Log:
http://ci.aztec-labs.com/62cb07227cb8778b
Command: 3cad4e1fd0756a5c yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/timetable.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e9a2301883801edbe36ea8bba05dcca7e714f30a
Env: REF_NAME=gh-readonly-queue/master/pr-15131-464e1a9d9b40b5188586643b44bc52bffccbc3e6 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Wed Jun 18 12:52:04 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15131_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_820487f8760c5450_master
12:52:06
PASS src/sequencer/timetable.test.ts
12:52:06 sequencer-timetable
12:52:06 constructor
12:52:06
✓ fails to construct an instance with too short slot duration (13 ms)
12:52:06
✓ allows a slot duration of at least two ethereum slots (2 ms)
12:52:06 maxAllowedTime
12:52:06
✓ computes time from slot start
12:52:06
✓ computes time from slot end
12:52:06
✓ returns an increasing time for each stage (1 ms)
12:52:06 assertTimeLeft
12:52:06
✓ throws if time is up (1 ms)
12:52:06
✓ does not throw if enough time left
12:52:06
✓ handles negative seconds into slot (1 ms)
12:52:06
✓ skips check if enforcement is off
12:52:06 getBlockProposalExecTimeEnd
12:52:06
✓ sets deadline considering unused time from init phase
12:52:06
✓ sets deadline considering starting before slot
12:52:06
✓ sets deadline when building on time (1 ms)
12:52:06
✓ sets deadline before current time if too late
12:52:06 getValidatorReexecTimeEnd
12:52:06
✓ sets deadline (1 ms)
12:52:06
✓ sets time available equal to block building
12:52:06
12:52:06
Test Suites: 1 passed, 1 total
12:52:06
Tests: 15 passed, 15 total
12:52:06
Snapshots: 0 total
12:52:06
Time: 1.377 s
12:52:06
Ran all test suites matching /sequencer-client\/src\/sequencer\/timetable.test.ts/i
.
12:52:06
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?