Post review fixes for test_json_parser test module
Andrew Dunstan <andrew@dunslane.net>
Post review fixes for test_json_parser test module . Add missing copytight notices . improve code coverage . put work files in a temp directory in the standard location . improve error checking in C code . indent perl files with perltidy . add some comments per comments from Michael Paquier Discussion: https://postgr.es/m/ZiC3-cdFys4-6xSk@paquier.xyz
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/test_json_parser/t/001_test_json_parser_incremental.pl | modified | +12 −3 |
| src/test/modules/test_json_parser/t/002_inline.pl | modified | +70 −23 |
| src/test/modules/test_json_parser/t/003_test_semantic.pl | modified | +11 −4 |
| src/test/modules/test_json_parser/t/004_test_parser_perf.pl | modified | +13 −5 |
| src/test/modules/test_json_parser/test_json_parser_incremental.c | modified | +19 −6 |
| src/test/modules/test_json_parser/test_json_parser_perf.c | modified | +6 −7 |
| src/test/modules/test_json_parser/tiny.json | modified | +1 −0 |
| src/test/modules/test_json_parser/tiny.out | modified | +1 −0 |
Discussion
- WIP Incremental JSON Parser 102 messages · 2023-12-26 → 2024-04-24