Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Timing problem between returned stop-fn and with-...-queue fixtures #86

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 14, 2020

This closes issue #27.

Changes:

  • The with-...-queue fixtures clear the test-queue-url before deleting the queue
  • The texture queue handler function checks the test-queue-url to be defined before inserting the message into the receiver channel (which then later could get autoremoved when the queue is already gone)

@ghost
Copy link
Author

ghost commented Sep 14, 2020

Even this apparently isn't necessary anymore. The issue is quite old and the tests/code seems to have changed/improved enough that the issue's timing problem is not remaining anymore. Please refer to: #87

@ghost ghost added the invalid This doesn't seem right label Sep 14, 2020
@ghost ghost closed this Sep 14, 2020
@ghost ghost deleted the issue-27/fix-timing-issue-in-fixtures branch September 14, 2020 23:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants