test: strengthen lazy phase2 fuzz replay#144
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR extends ChangesPath-aware semantic replay in fuzz_parse_lazy
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related issues
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
fuzz_parse_lazyso successful LAZY parses replay getter-observable semantics againstserde_jsonRefs #138
Local verification
cargo test --manifest-path fuzz/Cargo.toml --target-dir fuzz/target --bin fuzz_parse_lazy -- --nocapturecargo +nightly fuzz run fuzz_parse_lazy -- -runs=0cargo +nightly fuzz run fuzz_parse_lazy /tmp/qjson-fuzz-parse-lazy.s2c7Pv -- -max_total_time=60cargo clippy --manifest-path fuzz/Cargo.toml --target-dir fuzz/target --all-targets -- -D warningscargo test --release --no-default-features --libmake lintgit diff --checkSummary by CodeRabbit
Documentation
Tests