-
Notifications
You must be signed in to change notification settings - Fork 234
COMPASS-1679 Reorder data-service setup to avoid instance refresh #1192
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LGTM |
Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg
Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well...
Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring.
f44d8d7
to
60e9c2c
Compare
For info (somehow did not click submit yesterday), build failures from the 20 runs after suggest this resolved the issue:
https://travis-ci.com/10gen/compass/jobs/85813876
https://travis-ci.com/10gen/compass/jobs/85814519
|
Thanks @durran 👍 |
pzrq
added a commit
that referenced
this pull request
Aug 10, 2017
) * Add some debugging statements * Add DEBUG=* to Travis * Drop travis to just the required functional subset Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg * Add more output Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well... * 👕 * Move data service setup to before Compass starts Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring. * Reverse debugging changes * noop * noop * Revert "noop"
pzrq
added a commit
that referenced
this pull request
Aug 10, 2017
) * Add some debugging statements * Add DEBUG=* to Travis * Drop travis to just the required functional subset Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg * Add more output Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well... * 👕 * Move data service setup to before Compass starts Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring. * Reverse debugging changes * noop * noop * Revert "noop"
This was referenced Aug 10, 2017
pzrq
added a commit
that referenced
this pull request
Aug 10, 2017
) (#1199) * Add some debugging statements * Add DEBUG=* to Travis * Drop travis to just the required functional subset Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg * Add more output Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well... * 👕 * Move data service setup to before Compass starts Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring. * Reverse debugging changes * noop * noop * Revert "noop"
pzrq
added a commit
that referenced
this pull request
Aug 10, 2017
) (#1200) * Add some debugging statements * Add DEBUG=* to Travis * Drop travis to just the required functional subset Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg * Add more output Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well... * 👕 * Move data service setup to before Compass starts Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring. * Reverse debugging changes * noop * noop * Revert "noop"
durran
pushed a commit
that referenced
this pull request
Aug 13, 2017
) * Add some debugging statements * Add DEBUG=* to Travis * Drop travis to just the required functional subset Should avoid the extremely verbose logs from enzyme tests as well, e.g. https://api.travis-ci.com/jobs/85808677/log.txt?deansi=true&access_token=X8EJCyqCWec556MVGCK4qg * Add more output Very interesting Travis log from previous run: https://travis-ci.com/10gen/compass/jobs/85809471 Parallels to COMPASS 1056 as well... * 👕 * Move data service setup to before Compass starts Avoids the need to fiddle with the .clickInstanceRefreshIcon() and .waitForInstanceRefresh() entirely, but if it does work, it would probably not resolve COMPASS 1056 as that would require a similar setup refactoring. * Reverse debugging changes * noop * noop * Revert "noop"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The net effect of this PR is to remove the following, by reordering the data-service and Compass setup so the data-service setup now comes first:
It should have at least 20 Travis runs to validate it has fixed this 35% of the time issue, so I will be pushing noop commits to the branch to get those Travis runs.