Comment 0 for bug 1576706

Revision history for this message
Charles Butler (lazypower) wrote :

I plan on re-visiting this bug, pardon the sketch notes, I'll refactor later.

11-scale-elastic.py will only ever work on the first execution. If the test env is configured to not rest for example, the test will fail every subsequent run.

This is problematic, and the test should be refactored to use a polling scenario to ensure the data transmission succeeded and has fully registered in elastic search.

It should then further more evaluate rather than assume that it was the only agent transmitting data, so examine the data set and find a unique ID that was sent to elastic search? (area for improvement)