fix: split config validation tests under the line limit #49

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-11 17:13:32 +00:00
Owner

Summary

  • tests/config_validation.rs hit 332 lines and failed check-rust-loc.sh on develop image builds
  • split protocol cases into tests/config_control_protocol.rs and share the fixture helper

Test plan

  • ./scripts/check-rust-loc.sh
  • cargo test --test config_validation --test config_control_protocol
  • develop build-images validate + runner-image succeed after merge
## Summary - `tests/config_validation.rs` hit 332 lines and failed `check-rust-loc.sh` on develop image builds - split protocol cases into `tests/config_control_protocol.rs` and share the fixture helper ## Test plan - [x] `./scripts/check-rust-loc.sh` - [x] `cargo test --test config_validation --test config_control_protocol` - [ ] develop `build-images` validate + runner-image succeed after merge
day01 added 1 commit 2026-08-11 17:12:06 +00:00
		Co-authored-by: Cursor <cursoragent@cursor.com>
	
day01 merged commit dc9aab4166 into %!s() 2026-08-11 17:13:32 +00:00
day01 deleted branch fix/split-config-validation-under-loc-limit 2026-08-11 17:13:33 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: syncode/runner#49