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.