Sha256: fd359d2ff5846f053c20ca7a9061ebd47f22d737923a65374481f7f320b545b2
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
# Integration test A _manual_ integration test. ### Instructions 1. Open a new terminal and run`$ ./run.sh` 2. Open a separate terminal and run `echo '{"timestamp": 1634386250, "message":"hello!"}\n' | netcat 127.0.0.1 5170` 3. Somehow flush data (I simply stop the docker container) 4. Verify out data (It should look like `out.YYYYMMDD_N.log`) with `protoc` 1. `protoc --decode_raw < out.YYYYMMDD_N.log` 2. `cat out.YYYYMMDD_N.log | protoc --decode=Log --proto_path=. log.proto`
Version data entries
8 entries across 8 versions & 1 rubygems