vapor-ware / synse-server

An HTTP API for monitoring and controlling physical and virtual devices
https://synse.readthedocs.io/en/latest/server/intro/
GNU General Public License v3.0
39 stars 11 forks source link

end-to-end test not failing on transaction check when there is a backend error #104

Closed edaniszewski closed 6 years ago

edaniszewski commented 6 years ago

Description

synse server appears to fail transaction checks because of an issue in the sdk/plugin: https://github.com/vapor-ware/synse-sdk/issues/148

but when running end-to-end tests (the tests that have an actual emulator backing), it isn't catching these errors. need to update e2e tests.

edaniszewski commented 6 years ago

Turns out this is wrong. Something must have been cached or otherwise setup incorrectly when I encountered this supposed bug before. After doing some work with this recently, the end to end tests did indeed fail on transaction checks because of the underlying error in the SDK (which is now fixed).

Closing this as no-op.