-
Notifications
You must be signed in to change notification settings - Fork 730
AQA Lightning Talk Series
Lan Xia edited this page Apr 20, 2023
·
31 revisions
# | Keywords | Topic | Key points | Presenter | Date | Recording Link |
---|---|---|---|---|---|---|
1 | rerun in Grinder 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 *please see talk #16 Grinder with Openj9 Nightly for the latest update |
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 6th, 2021 | Recording Link |
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 13th, 2021 | Recording Link |
9 | TRSS Intro | I'd like a higher level view of tests running against a particular pipeline in Jenkins, how can I do that? Intro to TRSS | Lan Xia | July 20th, 2021 | Recording Link | |
10 | TRSS Triage | I am a developer and how can TRSS help me to triage? | All Platforms, Deep History, Possible Issues, Jenkins Link, etc | Oscar Qian | July 27th, 2021 | Recording Link |
11 | TRSS Create New Git Issue | I am a developer and how can TRSS Create New Git Issue help me to triage? | Create New Git Issue | Oscar Qian | Aug 10th, 2021 | Recording Link |
12 | vendor repo | I am a developer and need to try and reproduce failure reported from other repos (i.e., smoke test, internal tests, etc), what should I do? | VENDOR_TEST_REPOS VENDOR_TEST_BRANCHES VENDOR_TEST_SHAS VENDOR_TEST_DIRS |
Mesbah Alam | Aug 17th, 2021 | Recording Link |
13 | TRSS Release Summary Report | I am triaging a release pipeline and want a summary of build and test failures, and create a summary report, how do I do that? | Lan Xia | Aug 30th, 2021 | Recording Link | |
14 | Grinder with Openj9 Nightly | I am a developer and how to get Openj9 Nightly for testing? | SDK_RESOURCE=nightly CUSTOMIZED_SDK_URL= <artifactory URL upto the SDK job name, the Grinder will download the latest SDK>
|
Lan Xia | Nov 9th, 2021 | Recording Link |
15 | Dynamic Compilation | How to compile effectively with the related tests only? | DYNAMIC_COMPILE | Renfei Wang | Nov 22, 2021 | Recording Link |
16 | Grinder with Openj9 Nightly Update | how to get Openj9 Nightly for testing? | SDK_RESOURCE=nightly CUSTOMIZED_SDK_URL= <artifactory URL with parameters>
|
Lan Xia | Apr 5, 2022 | Recording Link |
17 | Grinder with TKG_ITERATIONS | how to use TKG_ITERATIONS with EXIT_FAILURE or EXIT_SUCCESS for testing? | Renfei Wang | Mar 7, 2023 | Recording Link | |
18 | jdk_custom rerun link | how to use jdk_custom rerun link for testing? | Sophia Guo | Mar 14, 2023 | Recording Link |