Skip to content

fix(c-sdk): resolve test_streaming abort from fragile assertions#307

Merged
DorianZheng merged 1 commit intomainfrom
fix/c-sdk-test-streaming-abort
Feb 26, 2026
Merged

fix(c-sdk): resolve test_streaming abort from fragile assertions#307
DorianZheng merged 1 commit intomainfrom
fix/c-sdk-test-streaming-abort

Conversation

@DorianZheng
Copy link
Copy Markdown
Member

  • Remove assert(stderr_count == 0) in test_streaming_stdout — container runtime may emit incidental stderr (e.g., seccomp warnings)
  • Replace ls -R / with deterministic shell loop in test_streaming_large_output — ls hits permission-denied dirs causing non-zero exit code

- Remove assert(stderr_count == 0) in test_streaming_stdout — container
  runtime may emit incidental stderr (e.g., seccomp warnings)
- Replace `ls -R /` with deterministic shell loop in
  test_streaming_large_output — ls hits permission-denied dirs causing
  non-zero exit code
@DorianZheng DorianZheng merged commit 16b38cc into main Feb 26, 2026
15 checks passed
@DorianZheng DorianZheng deleted the fix/c-sdk-test-streaming-abort branch February 26, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant