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

Fix delayed_job tests for delayed_job >= 4.1 #309

Merged
merged 1 commit into from
Sep 28, 2015

Conversation

jondeandres
Copy link
Contributor

For every worker instance, in delayed_job >= 4.1, the lifecycle is
reset. Since we only used one worker instance but created after
lifecycle is prepared we lost the hooks for our reports.

Now this is fixed preparing the only instance of the worker we'll use
before run the test.

For every worker instance, in delayed_job >= 4.1, the lifecycle is
reset. Since we only used one worker instance but created after
lifecycle is prepared we lost the hooks for our reports.

Now this is fixed preparing the only instance of the worker we'll use
before run the test.
@jondeandres jondeandres force-pushed the fix-delayed_job-tests-for-latests-version branch from d524452 to 06c639e Compare September 28, 2015 18:12
jondeandres added a commit that referenced this pull request Sep 28, 2015
…s-version

Fix delayed_job tests for delayed_job >= 4.1
@jondeandres jondeandres merged commit 1f8e8cb into master Sep 28, 2015
@jondeandres jondeandres deleted the fix-delayed_job-tests-for-latests-version branch September 28, 2015 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant