-
Notifications
You must be signed in to change notification settings - Fork 150
flush: guarantee that all inflight messages are sent #352
Conversation
Hi @horacio-penya could you help us run this command please? |
Hi @horacio-penya now some tests are failing
|
I've made some changes (to prevent a different race condition and to make every test pass) The tests pass in my dev env, on github I see synk test failing because it's not authenticated and publish, size and test-node8 in "Expected" status since 3 hours ago. Can you give them a look? Thanks! |
We will check why is failing on that validation and that test with node 8 is on status "Expected" |
Simple fix so flush waits for previous inflight messages to be sent.
Resolves #309