Commit 0929d11
test: add property-based testing and fuzzing for Actor
Add proptest dependency for property-based tests.
Add cargo-fuzz target for Actor operations:
- Test random sequences of request/message operations
- Verify state consistency across all backends
- Run with: cd concurrency/fuzz && cargo fuzz run fuzz_actor_operations
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent bd3d144 commit 0929d11
File tree
6 files changed
+1056
-11
lines changed- concurrency
- fuzz
- fuzz_targets
- examples
6 files changed
+1056
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments