test: cover plain iteration under OpenResty#114
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR extends smoke-check coverage for the QJSON library by adding assertions that validate iteration over the decoded result. The changes add ChangesQJSON Iteration Coverage
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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
pairs(decoded)over qjson lazy objects.ipairs(decoded.list)over qjson lazy arrays.Test Plan
cargo build --releaseOPENRESTY_IMAGE=openresty/openresty:1.29.2.4-0-jammy OPENRESTY_FULL_BUSTED=false .github/scripts/run-openresty-runtime.shOPENRESTY_IMAGE=openresty/openresty:1.21.4.4-0-jammy OPENRESTY_FULL_BUSTED=false .github/scripts/run-openresty-runtime.shOPENRESTY_IMAGE=openresty/openresty:1.27.1.2-0-jammy OPENRESTY_FULL_BUSTED=false .github/scripts/run-openresty-runtime.shOPENRESTY_IMAGE=openresty/openresty:1.29.2.4-0-jammy OPENRESTY_FULL_BUSTED=true .github/scripts/run-openresty-runtime.shSummary by CodeRabbit