adoptium / adoptium/TKG

No need to query data from TRSS when divide test lists on machine number

Open
#689 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
22
Forks
114
Avg merge
4d 2h
Merged PRs (30d)
8

Description

There are two ways to divide test lists divideOnMachineNum() and divideOnTestTime(). There is no need to query test time from TRSS for divideOnMachineNum().

Currently when call divideOnMachineNum() TRSS is queried and return no data, which doesn't help test division at all. For example, TCK run are using divideOnMachineNum() and each time TRSS is queried. Either TRSS is unavailable or no data at all, but always takes time and receive unnecessary and confused console output.

Contributor guide

Open the contributing guide

Research direction

Locate divideOnMachineNum() and divideOnTestTime() in the TKG source and trace where the TRSS query is made. Confirm that machine-number division avoids the test-time lookup while time-based division retains it, then run the relevant test-list division or TCK workflow and verify the unnecessary console output is gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.