-
Notifications
You must be signed in to change notification settings - Fork 793
AQA Lightning Talk Series
Lan Xia edited this page Jul 7, 2021
·
31 revisions
| # | Keywords | Topic | Key points | Presenter | Date | Recording Link |
|---|---|---|---|---|---|---|
| 1 | rerun link | I am a developer and need to try and reproduce a test failure reported in Issue X that I have been assigned to, now what? | Test job naming convention, Rerun links, Test target name (from playlist) | Lan Xia | May 18th, 2021 | Recording link |
| 2 | system_custom | I am a developer and need to try and reproduce system test failure using system_custom. How do I do that? | time based example, iteration based example | Mesbah Alam | May 25th, 2021 | Recording link |
| 3 | infra, machine config | I am a developer and need to check if a particular test failure is machine specific. What should I do? | Rerun in Grinder on same machine, LABEL=<hostname of specific machine>
|
Longyu Zhang | June 1st, 2021 | Recording link |
| 4 | intermittent | I am a developer and need to check if a particular test failure is intermittent. What should I do? | TRSS deep history, Grinders with ITERATIONS, Grinder with PARALLEL= NodesByIterations | Lan Xia | June 8th, 2021 | Recording link |
| 5 | Local runs, underlying frameworks | I am a developer that wants to run some tests locally. I am hitting an error, how do I troubleshoot it? | where to find documentation, understanding test grouping and granularity, doc for underlying frameworks versus TKG layer (and preference for support), ensure prereqs installed (at correct levels), ensure env vars set (minimally TEST_JDK_HOME and BUILD_LIST), examples of common issues | Shelley Lambert | June 15th, 2021 | Recording Link |
| 6 | jdk_custom | I am a developer and need to try and reproduce openjdk test failure using jdk_custom (and tools_custom). How do I do that? | jdk_custom, langtools_custom | Sophia Guo | Jun 22, 2021 | Recording Link |
| 7 | JVM options | I am a developer and I want to rerun a test with different JVM options, what now? | EXTRA_OPTIONS, JVM_OPTIONS | Lan Xia | Jul 6, 2021 | |
| 8 | run disabled targets | I am a developer that wants to run a disabled test target, can I do that without re-enabling it in a branch? Also, how to list all of the disabled targets for a particular test group? | _disabled.sanity.openjdk _echo.disabled.sanity.openjdk |
Renfei Wang | July 13, 2021 |