Order of task callbacks run is not gauranteed #3
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: iamthefij/tortoise#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
One of the tests is flaky because the callbacks may not be run in the same order as the original tasks. This is probably something I cannot guarantee. I should at least verify that the original tasks are run in sequence by echoing to a temp file. This may not be possible either without limiting the number of goroutines to 1.
Maybe this would be a good option.