-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Refactor/rspec #1758
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
Refactor/rspec #1758
Conversation
|
🔴 Test failed. |
|
🔴 Test failed. |
|
🔴 Test failed. |
|
🔴 Test failed. |
|
🔴 Test failed. |
|
💚 Test passed. |
spec/core/conditionals_spec.rb
Outdated
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.
Yessss!
|
Did a quick review. Overall LGTM. I will test. |
|
💚 Test passed. |
f86287d to
a536eef
Compare
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.
Any reason these regression tests were removed?
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.
All tests were either duplicate ( already present in the actual spec file ) or i've merged them together in the spec file of the filter it self.
|
LGTM except for my comment about regression test removal |
|
LGTM. |
|
@electrical can you rebase this against master? |
- Move helper functions in own modules and extend Rspec - Refactor files into correct naming and paths - Modify files to use new spec_helper and helpers - Pin rspec to 2.14.x
- date speed test only run when performance is enabled
When doing randomized testing, one of the tests failed because kafka was not initialized yet
|
(break == many PRs have tests, I think this may break merges, but it's the right change so we'll just have to step up some PR help to compensate) |
|
Allot of PR's will need to be directed to the individual repo's anyway when im done with that ( soon ) |
|
+1 |
|
@jordansissel talking about the split to individual repos, will you share a magic github-octokit command to easily watch them all ?? |
|
@wiibaa yeah we'll publish something to do that. |
- date speed test only run when performance is enabled Fixes #1758
When doing randomized testing, one of the tests failed because kafka was not initialized yet Fixes #1758
- Move helper functions in own modules and extend Rspec - Refactor files into correct naming and paths - Modify files to use new spec_helper and helpers - Pin rspec to 2.14.x Fixes #1758
- date speed test only run when performance is enabled Fixes #1758
When doing randomized testing, one of the tests failed because kafka was not initialized yet Fixes #1758
|
post-merge LGTM ;) Good job! |
First step of the Rspec refactoring for #1737