instedd / surveda

InSTEDD Surveda
https://instedd.org/technologies/surveda-mobile-surveys/
GNU General Public License v3.0
17 stars 6 forks source link

Fix randomly failing channel broker test #2324

Closed matiasgarciaisaia closed 4 months ago

matiasgarciaisaia commented 5 months ago

The test was randomly failing, regardless of the seed that was used.

(( FIXME: update this description explaining the solution once we found it))

anaPerezGhiglia commented 5 months ago

@matiasgarciaisaia I think the test will be fixed once we merge #2334. Once we merge that the test will use assert_receive that

"asserts that a message matching pattern was or is going to be received within the timeout period, specified in milliseconds."

anaPerezGhiglia commented 4 months ago

closing this PR since ce03a67 should have fixed it