-
Notifications
You must be signed in to change notification settings - Fork 252
FX: functional tests #1190
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
FX: functional tests #1190
Conversation
ac932d5 to
ff6df3f
Compare
|
PR has been updated. Reviewers, please be cautious. |
1 similar comment
|
PR has been updated. Reviewers, please be cautious. |
|
| it('should contain config', done => { | ||
| queryReport(done, response => { | ||
| if (!response.config || !response.config.locationConstraints) { | ||
| if (!response.config || !response.config.overlayVersion) { |
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.
NOTE: The way we do the report config cleanup has changed: https://github.com/scality/S3/pull/1183/files#diff-2157ec89ef3a5f5eefc407fecbdba988R14
ee6511c to
abfd54f
Compare
|
PR has been updated. Reviewers, please be cautious. |
* FX: functional tests * [SQUASH ME] FX TESTS: cleanup(config) changed
These changes should fix our tests.
This check was not skipping tests: https://github.com/scality/S3/blob/master/tests/functional/aws-node-sdk/test/multipleBackend/utils.js#L40