-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
v3.4
-
Repl 2017-05-08
-
0
repl10.js does a write to a master then expects a slaveDelayed slave to not see the write. This is fundamentally racy, and we've had a build failure where the test took too long and the slave did in fact replicate the write before the check that it didn't have it. It's probably sufficient to just increase the slavedelay on the slave from 10 seconds to 30 and call it a day.