Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

hieuk09/resque-issue-753-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resque-issue-753-sample

Description

This is a minimum rails app which I create to reproduce issue #753 of resque. This problem appears when using resque together with zeus

To setup and reproduce the issue, please follow the steps below:

# create database
rake db:create

# start redis

# start zeus in another terminal window
zeus start

# In another terminal window, run
zeus rspec spec

# To compare, run
rspec

You can see that the result is different in 2 cases: with zeus, there is one test failed while all tests passed without it.

About

Sample app to reproduce issue #753 of resque

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages