-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting] Consolidate API Integration Test configs #66637
Merged
tsullivan
merged 29 commits into
elastic:master
from
tsullivan:reporting/api-test-unify
May 19, 2020
Merged
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c64896d
[Reporting] Consolidate API Integration Test configs
tsullivan a499f88
fix test isolation
tsullivan 7e510e8
tweak
tsullivan a62d6f3
Merge branch 'master' into reporting/api-test-unify
tsullivan 796fd5b
Merge branch 'master' into reporting/api-test-unify
tsullivan 72037e6
import order
tsullivan 37bd652
fix ts refactor ish
tsullivan 81b0c15
Merge branch 'master' into reporting/api-test-unify
tsullivan ecee222
fix a test bug
tsullivan 8267e04
fix test
tsullivan cbea357
--wip-- [skip ci]
tsullivan 7590bbc
revision
tsullivan d0beba7
undo bad cherrypick
tsullivan dfdabfb
fix delete reports
tsullivan 981d6b2
log tweak
tsullivan 77a44f7
fix default index pattern
tsullivan 7536c95
fix the test
tsullivan 0064950
revert
tsullivan c7e11f9
--wip-- [skip ci]
tsullivan 778db3a
unrevert
tsullivan 133bcf9
harden the deleteAllReportingIndexes function
tsullivan 4b77347
Merge branch 'master' into reporting/api-test-unify
tsullivan aa4108b
fix tests
tsullivan 0539a76
Merge branch 'master' into reporting/api-test-unify
elasticmachine 62ff1aa
move the log.debug line
tsullivan ba21be6
Merge branch 'reporting/api-test-unify' of github.com:tsullivan/kiban…
tsullivan 3426c86
fix config path
tsullivan 4a6e200
Merge branch 'master' into reporting/api-test-unify
elasticmachine 1975fd4
Merge branch 'master' into reporting/api-test-unify
tsullivan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,15 @@ | |
* or more contributor license agreements. Licensed under the Elastic License; | ||
* you may not use this file except in compliance with the Elastic License. | ||
*/ | ||
|
||
import { REPO_ROOT } from '@kbn/dev-utils'; | ||
import path from 'path'; | ||
|
||
export const OSS_KIBANA_ARCHIVE_PATH = path.resolve( | ||
__dirname, | ||
'../../../../test/functional/fixtures/es_archiver/dashboard/current/kibana' | ||
REPO_ROOT, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is nice! |
||
'test/functional/fixtures/es_archiver/dashboard/current/kibana' | ||
); | ||
export const OSS_DATA_ARCHIVE_PATH = path.resolve( | ||
__dirname, | ||
'../../../../test/functional/fixtures/es_archiver/dashboard/current/data' | ||
REPO_ROOT, | ||
'test/functional/fixtures/es_archiver/dashboard/current/data' | ||
); |
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
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
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
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
Oops, something went wrong.
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.
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 logging config param was removed, because it isn't the correct way to see debug logs for just Reporting. This is the case since the Reporting config migration.