Skip to content

fix: add serial_test annotations and fix borrowing in tests#138

Merged
avrabe merged 1 commit intomainfrom
fix/serial-tests-and-borrow-fixes
Mar 1, 2026
Merged

fix: add serial_test annotations and fix borrowing in tests#138
avrabe merged 1 commit intomainfrom
fix/serial-tests-and-borrow-fixes

Conversation

@avrabe
Copy link
Collaborator

@avrabe avrabe commented Mar 1, 2026

Summary

  • Add #[serial_test::serial] to kiln-foundation tests that share global memory budget state
  • Fix pass-by-value to pass-by-reference in kiln-wasi extract_length tests
  • Simplify kiln-decoder test assertions

Test plan

  • cargo check passes

🤖 Generated with Claude Code

- Add #[serial_test::serial] to kiln-foundation tests that share global
  memory budget state (bounded_deque, all_available, memory_operation,
  size_calculation, hashmap, safety_monitor)
- Fix pass-by-value to pass-by-reference in kiln-wasi extract_length tests
- Simplify kiln-decoder test assertions
- Add serial_test dev-dependency to Cargo.lock

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avrabe avrabe merged commit 5dbdbd7 into main Mar 1, 2026
8 of 13 checks passed
@avrabe avrabe deleted the fix/serial-tests-and-borrow-fixes branch March 1, 2026 09:20
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