-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Increase agents and timeout for Jest integration tests #127220
Merged
Merged
Conversation
This file contains 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
tylersmalley
added
auto-backport
Deprecated - use backport:version if exact versions are needed
release_note:skip
Skip the PR/issue when compiling release notes
Team:Operations
Team label for Operations Team
v7.17.2
v8.1.1
v8.2.0
labels
Mar 8, 2022
tylersmalley
changed the title
Increase agents for Jest integration tests
Increase agents and timeout for Jest integration tests
Mar 8, 2022
Signed-off-by: Tyler Smalley <[email protected]>
tylersmalley
force-pushed
the
jest-int-parallel
branch
from
March 8, 2022 23:04
228757e
to
83a8a89
Compare
Pinging @elastic/kibana-operations (Team:Operations) |
jbudz
approved these changes
Mar 8, 2022
tylersmalley
changed the title
Increase agents and timeout for Jest integration tests
Increase timeout for Jest integration tests
Mar 8, 2022
tylersmalley
changed the title
Increase timeout for Jest integration tests
Increase agents and timeout for Jest integration tests
Mar 8, 2022
kibanamachine
pushed a commit
that referenced
this pull request
Mar 8, 2022
Signed-off-by: Tyler Smalley <[email protected]> (cherry picked from commit 8c075c5)
kibanamachine
pushed a commit
that referenced
this pull request
Mar 8, 2022
Signed-off-by: Tyler Smalley <[email protected]> (cherry picked from commit 8c075c5)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
kibanamachine
added a commit
that referenced
this pull request
Mar 9, 2022
Signed-off-by: Tyler Smalley <[email protected]> (cherry picked from commit 8c075c5) Co-authored-by: Tyler Smalley <[email protected]>
kibanamachine
added a commit
that referenced
this pull request
Mar 9, 2022
Signed-off-by: Tyler Smalley <[email protected]> (cherry picked from commit 8c075c5) Co-authored-by: Tyler Smalley <[email protected]>
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Mar 9, 2022
…re-browser-errors * 'main' of github.com:elastic/kibana: (46 commits) [Reporting] Capture Kibana stopped error (elastic#127017) add updatedAt to SimpleSavedObject (elastic#126359) Remove deprecated & unused `ElasticsearchServiceStart.legacy` (elastic#127050) remove opacity for fitting line series (elastic#127176) Remove deprecated & unused `HttpServiceSetup.auth` (elastic#127056) [Lens] Show underlying data editor navigation (elastic#125983) Bump dependencies (elastic#127238) Remove deprecated & unused `public-AsyncPlugin` (elastic#127048) Remove deprecated & unused `SavedObjectsImportFailure.title` (elastic#127043) skip flaky suite (elastic#123372) [kbn/generate] add basic package generator (elastic#127095) [build] Up compression quality (elastic#127064) Made fix to broken test. Deleted all existing pipelines before test starts. FLAKY: elastic#118593 (elastic#127102) Increase timeout for Jest integration tests (elastic#127220) skip failing test suite (elastic#126949) [DOCS] Adds note for data source performance impact (elastic#127184) [Security Solution] Adds CCS privileges warning enable switch in advanced settings (elastic#124459) [App Search] Move to tabbed single tabbed JSON flyout with upload and paste options and refactor cards (elastic#127162) Update dependency chromedriver to v99 (elastic#127079) [kbn/pm] add timings for more parts of bootstrap (elastic#127157) ... # Conflicts: # x-pack/plugins/reporting/common/errors/index.ts # x-pack/plugins/reporting/server/lib/tasks/execute_report.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport
Deprecated - use backport:version if exact versions are needed
release_note:skip
Skip the PR/issue when compiling release notes
Team:Operations
Team label for Operations Team
v7.17.2
v8.1.1
v8.2.0
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.
We're hitting timeouts and it's not apparent what is causing it. Adding another agent to hopefully get the times down, but also increasing the timeout so the tests will hopefully complete to identify the problem area.