-
Notifications
You must be signed in to change notification settings - Fork 528
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
functionaltests: add first test case #14935
Merged
Merged
Changes from 5 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
874c46a
github-actions: support for functional-tests
v1v 5ba3747
add functionaltests framework
endorama 1707372
goimports
endorama 265c38f
add license
endorama 81f1b8b
remove apm-perf override
endorama 8edc826
remove comment
endorama a490d4f
support prod region
endorama 999d77a
production -> pro
endorama c14da87
fix production region
endorama b34e570
Merge branch 'main' into functionaltests
endorama 8747630
Apply suggestions from code review
endorama a031acb
fix target cli flag
endorama bcc83e3
remove NewConfig
endorama 06dd665
return errs from ingest
endorama e182ae3
require in ecAPICheck
endorama fd73107
wait until wrote
endorama 410fab3
reuse ec_deployment infra tf module
endorama 991a9f1
goimports
endorama 34530df
fix RunBlockingWait
endorama 28e468c
manually install terraform in ubuntu-latest
endorama c48e063
check all data streams doc count
endorama e00ef0a
add debugging info to assertDatastreams
endorama 52a22a6
ac -> ecc
endorama 3ae84c4
remove constants
endorama d6a6146
remove docsPerDatastream
endorama 0a02a50
enable self monitoring for EC deployment
endorama db94233
assert elasticsearch logs
endorama b97cf14
remove print
endorama 7e6ec11
Merge branch 'main' into functionaltests
endorama 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 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.
Are these meant to be printed?
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.
no they were not. Removed in b97cf14