Bug
The compression job submission form doesn't support paths like:
logs/mongod.jsonl
~/logs/mongod.jsonl
These will cause the compression job to fail.
The form also allows input like:
(i.e., empty lines). This compression job will succeed but should've probably been rejected as invalid input in the UI.
CLP version
e6d7a58
Environment
- Ubuntu 22.04.5
- Docker version 28.4.0, build d8eb465
- Package: clp-json
Reproduction steps
Use inputs like the ones shown above.
Bug
The compression job submission form doesn't support paths like:
logs/mongod.jsonl~/logs/mongod.jsonlThese will cause the compression job to fail.
The form also allows input like:
(i.e., empty lines). This compression job will succeed but should've probably been rejected as invalid input in the UI.
CLP version
e6d7a58
Environment
Reproduction steps
Use inputs like the ones shown above.