mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
This addresses the root cause of the flaky TestSimulatedBeaconSendWithdrawals test by maintaining the original design (period=1) while adding: 1. Progress tracking to detect when block creation stalls 2. A fallback that explicitly triggers block creation after 3 seconds of no progress 3. Better logging to identify issues during test execution This approach addresses the underlying issue without changing the test's fundamental behavior or design. It makes the test robust against timing variations while preserving its original intent. Fixes #31169 |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| queue.go | ||
| simulated_beacon.go | ||
| simulated_beacon_api.go | ||
| simulated_beacon_test.go | ||
| tester.go | ||