-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add batch processor to E2E tests #464
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
Add batch processor to E2E tests #464
Conversation
6c8ba70 to
ff957d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #464 +/- ##
==========================================
+ Coverage 75.72% 75.77% +0.05%
==========================================
Files 120 120
Lines 7345 7345
==========================================
+ Hits 5562 5566 +4
+ Misses 1520 1517 -3
+ Partials 263 262 -1
Continue to review full report at Codecov.
|
flands
left a comment
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.
LGTM
Batch processor is typical part of any reasonable configuration. Added it to the configuration of E2E tests so they better reflect real world usage.
ff957d2 to
57fce2b
Compare
pjanotti
left a comment
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.
LGTM
Looks like a fallout from adding the `otel` part to the package names. Spotted by Matej Gera.
…y#464) Bumps [boto3](https://github.com/boto/boto3) from 1.17.90 to 1.17.91. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.17.90...1.17.91) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add frontendproxy * add frontendproxy * add grafana routing config * fix grafana routing config * use port 80 for Grafana * add exposed services paths
Batch processor is typical part of any reasonable configuration.
Added it to the configuration of E2E tests so they better reflect
real world usage.