Fix floating bugs in test_api #1771
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
There are the fixes for some bugs in API tests.
With the first commit
.test_shutdown()
pass on Fedora but still not on Windows.The last one is fix for random failure that happens when test_send_broadcast() uses temporary msgid for lookups, e.g. https://buildbot.bitmessage.org/#/builders/25/builds/1095
Please make the small change I requested, it's a little bit cleaner.
remove line
OK, thanks for reasonable suggestions