-
Notifications
You must be signed in to change notification settings - Fork 524
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
Create E2E test to verify that OpenShiftBuilds (and other operations) can be logged #2211
Comments
17 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Oct 19, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Oct 19, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Oct 20, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Oct 20, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Oct 20, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
Blocked due to issues with CI environment |
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Nov 2, 2023
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Mar 5, 2024
Related to eclipse-jkube/jkube#2211 Add CompleteOcBuildTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Mar 7, 2024
Related to eclipse-jkube/jkube#2211 + Add QuarkusOcTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace + Add new test project `maven/quarkus/rest-trace-logging-enabled` for testing abovementioned integration test Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Mar 7, 2024
Related to eclipse-jkube/jkube#2211 + Add QuarkusOcTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace + Add new test project `maven/quarkus/rest-trace-logging-enabled` for testing abovementioned integration test Signed-off-by: Rohan Kumar <[email protected]>
rohanKanojia
added a commit
to rohanKanojia/jkube-integration-tests
that referenced
this issue
Mar 7, 2024
Related to eclipse-jkube/jkube#2211 + Add QuarkusOcTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace + Add new test project `maven/quarkus/rest-trace-logging-enabled` for testing abovementioned integration test Signed-off-by: Rohan Kumar <[email protected]>
manusa
pushed a commit
to eclipse-jkube/jkube-integration-tests
that referenced
this issue
Mar 8, 2024
Related to eclipse-jkube/jkube#2211 + Add QuarkusOcTraceEnabledITCase to test suite which verifies openshift maven plugin goals with `org.slf4j.simpleLogger.defaultLogLevel` property set to trace + Add new test project `maven/quarkus/rest-trace-logging-enabled` for testing abovementioned integration test Signed-off-by: Rohan Kumar <[email protected]>
I think eclipse-jkube/jkube-integration-tests#353 covers this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Create an E2E test to ensure that running our goals with
-Dorg.slf4j.simpleLogger.defaultLogLevel=trace
work as expected (+ log the HTTP conversation).Relates to:
mvn oc:build -Dorg.slf4j.simpleLogger.defaultLogLevel=trace
` #1950The text was updated successfully, but these errors were encountered: