-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
|
By analyzing the blame information on this pull request, we identified @zalun, @brendandahl and @marco-c to be potential reviewers |
|
Tests are stuck with last line |
|
Can reproduce locally, tests don't start. |
|
We probably have a redis connection open in the root of the gulpfile: sindresorhus/gulp-imagemin#20 (comment) |
|
If it hangs it means the connection to redis isn't closed. |
| } | ||
|
|
||
|
|
||
| bdd.describe('digger module', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a need to quit after all tests are done
bdd.after(() => digger.quitClient(5));|
I see you don't quit database at all. That would mean gulp process will never end. It waits for redis connection to be finished |
|
building status quite often creates new connection. |
|
I've created #423 to show what I think is needed... |
|
test and build are fixed already |
Next up: