The GitHub Actions job "Required Checks" on 
texera.git/fix/internal-queue-disable-data-leak has failed.
Run started by GitHub user eugenegujing (triggered by eugenegujing).

Head commit for run:
79f4f06e3999b91d5fba0ddc3e674f7d3ad4bdb4 / eugenegujing 
<[email protected]>
fix(pyamber): disable data sub-queues registered after disable_data

Fix: when put() registers a new data channel while _queue_state is non-empty, 
the new sub-queue now starts disabled (done under the same lock as 
disable_data/enable_data, and before the first element is enqueued). Control 
channels are never disabled, and enable_data already re-enables such channels 
on resume. Also removes the unreachable InternalMarker branch in put() and 
merges the two identical dispatch branches.

Adds 8 regression tests to test_internal_queue.py covering the late-channel 
leak, release on resume, stacked disables, control channels staying unblocked, 
existing baselines, and two threaded stress tests.

Report URL: https://github.com/apache/texera/actions/runs/29872604583

With regards,
GitHub Actions via GitBox

Reply via email to