The GitHub Actions job "Lint PR" on fory.git/row-codec-schema-versions has 
failed.
Run started by GitHub user stevenschlansker (triggered by stevenschlansker).

Head commit for run:
d095dc226a6de5f9f4326467a20f37f714ea4a26 / Claude (on behalf of Steven 
Schlansker) <[email protected]>
test(format): reset leaked ListLazyElemInner.check flag in finally

The lazy-list test sets the static check flag to assert that only the accessed
element is constructed, but never reset it. Left true, the flag leaks into any
later test that decodes a ListLazyElemInner through its globally-registered
codec, where a non-42 value would trip the constructor assertion spuriously.
Reset it in a finally so it cannot escape the test.

Report URL: https://github.com/apache/fory/actions/runs/28417913460

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to