You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be that expected message counts, which determined randomly, but which should be deterministic given a constant seed (which is set), don't agree. I get the following values reliably:
/home/gerkey/code/swarm/swarm/test/integration/comms_plugin.cc:173: Failure
Value of: expectedNumMsgs
Actual: 347
Expected: this->numMsgsRecv
Which is: 354
[Dbg] [ServerFixture.cc:118] ServerFixture::Unload
[ FAILED ] CommsTest.HalfMsgsDrop (1859 ms)
/home/gerkey/code/swarm/swarm/test/integration/comms_plugin.cc:173: Failure
Value of: expectedNumMsgs
Actual: 470
Expected: this->numMsgsRecv
Which is: 442
[Dbg] [ServerFixture.cc:118] ServerFixture::Unload
[ FAILED ] CommsTest.TemporaryOutage (1854 ms)
/home/gerkey/code/swarm/swarm/test/integration/comms_plugin.cc:173: Failure
Value of: expectedNumMsgs
Actual: 296
Expected: this->numMsgsRecv
Which is: 229
[Dbg] [ServerFixture.cc:118] ServerFixture::Unload
[ FAILED ] CommsTest.PermanentOutage (1859 ms)
/home/gerkey/code/swarm/swarm/test/integration/comms_plugin.cc:173: Failure
Value of: expectedNumMsgs
Actual: 426
Expected: this->numMsgsRecv
Which is: 429
[Dbg] [ServerFixture.cc:118] ServerFixture::Unload
[ FAILED ] CommsTest.OutagesAndDrops (1855 ms)
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Brian Gerkey (Bitbucket: Brian Gerkey, GitHub: gerkey).
I see the following tests fail on
default
:The problem seems to be that expected message counts, which determined randomly, but which should be deterministic given a constant seed (which is set), don't agree. I get the following values reliably:
The text was updated successfully, but these errors were encountered: