Skip to content
Python ETLHardofficialBenchmark eligiblepro

Checkpoint after commit

The job crashed mid-batch. checkpoint.json is corrupt or points past uncommitted work. Detect corruption, resume from the last good hash, write a new checkpoint only after COMMIT.

FieldDetail
CreatorPipelineArena · expert
Version2.0.0
Time55 min
Credits5
Completion0% · 0.0 rating
Hidden tests3

Objective

No duplicate committed batches; no skipped uncommitted batches; final counts match.

#Success condition
1Corrupt checkpoint detected
2Committed batches skipped
3Uncommitted batches replayed
4New checkpoint written after commit only
#Visible instruction
1Validate checkpoint.json (hash + batch id).
2Replay from last good commit.
3fsync/write checkpoint after COMMIT.
Hidden tests score the final tables or files, not the exact syntax you used. Test implementation is never shown to participants.

Signed-in workspace: Open in app