This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Description
Abort testing is flaky atm.
To reproduce:
go test ./executor -run TestProcessor_PreEventErrorAbortsProcessing_BlockLevelParallelism -count 1000
go test ./executor -run TestProcessor_PostEventErrorAbortsProcessing_BlockLevelParallelism -count 1000
go test ./executor -run TestProcessor_PreEventErrorAbortsProcessing_TransactionLevelParallelism -count 1000
go test ./executor -run TestProcessor_PostEventErrorAbortsProcessing_TransactionLevelParallelism -count 1000