-
Notifications
You must be signed in to change notification settings - Fork 154
feat: implement replay feature without backup and validation #12
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
Conversation
4549dbc to
05dd697
Compare
31b9b43 to
6cb3706
Compare
Pull Request Test Coverage Report for Build 985870115
💛 - Coveralls |
623f0cf to
d7f3627
Compare
02d85dd to
b76c2e1
Compare
job/replay_worker_test.go
Outdated
| assert.Equal(t, errMessage, err.Error()) | ||
| }) | ||
| t.Run("should throw an error when scheduler throws an error", func(t *testing.T) { | ||
| logger.Init(logger.ERROR) |
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.
We can do this at the top of the test file with InitWithWriter and write could be ioutil.Discard
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.
this doesn't look fixed?
job/replay_worker_test.go
Outdated
| assert.Equal(t, errMessage, err.Error()) | ||
| }) | ||
| t.Run("should throw an error when scheduler throws an error", func(t *testing.T) { | ||
| logger.Init(logger.ERROR) |
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.
this doesn't look fixed?
No description provided.