niolabs/service_tests

Do not catch invalid signals and allow test to fail

Closed this issue · 2 comments

https://github.com/niolabs/service_tests/blob/master/service_test_case.py#L380

The current behavior is such that a test will pass even if signal is invalid according to the publisher's schema. By NOT handling this exception here, the test will exit with status ERROR

looks like this actually supposed to cause a fail, but it's not:
https://github.com/niolabs/service_tests/blob/master/service_test_case.py#L253

Cannot reproduce issue since updating framework and testcase.