Fix floating bugs in test_api #1771
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-20#1771
Loading…
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