| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
You need to add the test scenario to run in JDK 11, otherwise, this is only a manual test |
Sorry, something went wrong.
|
Also, you removed the pull request template, we need that, and you missed the update in the change log. |
Sorry, something went wrong.
This is still missed. |
Sorry, something went wrong.
|
Why do you open a new test3 with so many cases? |
Sorry, something went wrong.
| strategy: | ||
| matrix: | ||
| case: | ||
| - jdk11-forkjoinpool-scenario |
There was a problem hiding this comment.
Do we need a new case? I think this is rt.jar(jdk level) change, even the codes are compiled as 1.8, the runtime method is still going to be forced to run in 11, right?
Sorry, something went wrong.
There was a problem hiding this comment.
Could we not copy the test scenario, but directly write the existing test in jdk11. Was that failing before and running now?
Sorry, something went wrong.
There was a problem hiding this comment.
yes, you are right. I will optimize it
Sorry, something went wrong.
|
|
||
| private static final String FORK_JOIN_WORKER_QUEUE_RUN_TASK_METHOD = "runTask"; | ||
|
|
||
| private static final String FORK_JOIN_WORKER_QUEUE_RUN_TASK_METHOD_JDK11 = "topLevelExec"; |
There was a problem hiding this comment.
Please add comments about why there are two methods to intercept.
Sorry, something went wrong.
|
From test logs, your interceptor doesn't run as expected. Still, the old method existed and being intercepted. |
Sorry, something went wrong.
|
Tests passed, could you check this? #656 (comment) |
Sorry, something went wrong.
|
Is there any update here? |
Sorry, something went wrong.
|
@786991884 If you will be back, I hope this extra test can be removed by reusing the existing one. I am going to merge this first because from what I saw, this fix is important. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
fix apache/skywalking#11633