You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the gradle.com URL and open it in a browser. This will give you a nice view of the test execution breakdown.
124
-
125
-
## How to download the raw logs
126
-
127
-
1. Click on the `Details` link in one of the failing CI jobs under `Some checks were not successful` section of your PR.
128
-
2. Click on one of the failed tests in the left panel.
129
-
3. Click on the `Setting` gear in the top right corner of the logs panel.
130
-
4. Right click on 'View raw logs' and then 'Save link as' to save the page as a text file locally.
131
-
5. Once the file is downloaded, open it in a text editor and search for `Publishing build scan...` that follows an occurrence of "BUILD FAILED" to find the URL.
132
-
6. Open the URL in a browser to view the test execution breakdown. It might prompt you to "Activate your Build Scan" the very 1st time, you can use your own email address and activate it via email.
133
-
134
-
Unfortunately, the Build Scan service hosted via Develocity has an allowed size limits of the free build scans. Once you exceed the limit, then you won't be able to view the scan anymore.
135
-
Then you can just use the raw logs to search for "FAILED" or "Task failed with an exception" to identify the failing tests.
136
-
137
-
# Using breakpoints in instrumentation
138
-
139
-
For instrumentation that has been migrated to use the [invokedynamic based instrumentation mechanism](https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8999),
140
-
you can leverage breakpoints and standard debugging strategies by adding `-PtestIndy=true` to the gradle command:
0 commit comments