confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
123 stars 1.04k forks source link

Test failure message is not helpful (2) #3128

Open rmoff opened 5 years ago

rmoff commented 5 years ago
$ docker exec ksql-cli ksql-test-runner -i /opt/app/test/input.json -s /opt/app/src/statements.sql -o /opt/app/test/output.json
        >>>>> Test failed: null

Inputs to reproduce attached.

rmoff commented 5 years ago

issue-3128.zip

rmoff commented 5 years ago

Seems to be caused if topic in output.json is the same as topic in input.json ?

benissimo commented 4 years ago

@rmoff Yes, I've seen that same error message ("Test failed: null") if a topic included in output.json is also included in input.json.