-
Notifications
You must be signed in to change notification settings - Fork 36
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
Test OpenTelemetry OTLP Exporter proxy #1834
Test OpenTelemetry OTLP Exporter proxy #1834
Conversation
19dfdf8
to
2a2fa8f
Compare
2a2fa8f
to
a03ca8d
Compare
monitoring/opentelemetry/src/test/java/io/quarkus/ts/opentelemetry/OpenTelemetryProxyIT.java
Outdated
Show resolved
Hide resolved
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.
According your TP, is there also Proxy enabled / disabled during the runtime
test?
monitoring/opentelemetry/src/test/java/io/quarkus/ts/opentelemetry/OpenTelemetryProxyIT.java
Outdated
Show resolved
Hide resolved
here it is enabled, while disabled is everywhere else; I am happy to test something on disabled proxy if you have an idea, what should I test? I could set proxy options that are going to be ignored if you want |
It is not needed, thanks. IMHO this is quite enough for our testing coverage purpose. |
Thanks. I will add one little check that proxy enablement flag works. |
a03ca8d
to
90f4e21
Compare
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, thanks!.
(cherry picked from commit f5c3920)
* Test OpenTelemetry OTLP Exporter proxy (#1834) (cherry picked from commit f5c3920) * Add test coverage for QUARKUS-4430 (cherry picked from commit 040144f) * QQE-673 | Cover max-length option for syslog logs Adds new module for working with syslogs, since jboss uses json logs which have less predictable size. Uses official image pof sylog-ng. Syslog-ng was chose over rsyslog and logstash because it supports syslog input and stdout output out of the box, without additional plugins. Required for https://issues.redhat.com/browse/QUARKUS-4531 (cherry picked from commit 36a1dd9) --------- Co-authored-by: Michal Vavřík <[email protected]> Co-authored-by: jcarranzan <[email protected]> Co-authored-by: Fedor Dudinsky <[email protected]>
Summary
test coverage for quarkusio/quarkus#39519
TP: quarkus-qe/quarkus-test-plans#178
Please select the relevant options.
run tests
phrase in comment)Checklist: