Got it. Thanks Pavel!
On Mon, 23 Sep 2019 at 13:37, Pavel Rappo <pavel.ra...@oracle.com> wrote: > > Milan, > > How do you check which tests are run? That's what I see in the > /test-support/jtreg_open_test_jdk_com_sun_jndi_dns_ConfigTests_TcpTimeout_java/com/sun/jndi/dns/ConfigTests/TcpTimeout.jtr > file after I have run the test locally on my machine: > > ----------messages:(5/233)---------- > command: main TcpTimeout > reason: User specified action: run main TcpTimeout > Mode: othervm > Additional options from @modules: --add-modules java.base --add-exports > java.base/sun.security.util=ALL-UNNAMED > elapsed time (seconds): 1.751 > > ... > > ----------messages:(5/313)---------- > command: main TcpTimeout -Dcom.sun.jndi.dns.timeout.initial=5000 > reason: User specified action: run main TcpTimeout > -Dcom.sun.jndi.dns.timeout.initial=5000 > Mode: othervm > Additional options from @modules: --add-modules java.base --add-exports > java.base/sun.security.util=ALL-UNNAMED > elapsed time (seconds): 5.498 > > ------------------------------------ > > Which is consistent with what I would expect given the timeout values. > > The following output does not tell the full story, just the name of the test: > > ============================== > Test summary > ============================== > TEST TOTAL PASS FAIL ERROR > jtreg:open/test/jdk/com/sun/jndi/dns/ConfigTests/TcpTimeout.java > 1 1 0 0 > ============================== > TEST SUCCESS > > -Pavel > > > On 20 Sep 2019, at 15:42, Milan Mimica <milan.mim...@gmail.com> wrote: > > > > Pavel, > > > > Here it is: http://cr.openjdk.java.net/~mmimica/8228580/webrev.04/ > > I don't see the test is run twice when I execute "make test > > TEST=jtreg:test/jdk/com/sun/jndi/dns/ConfigTests/TcpTimeout.java". Am > > I missing something? > > -- Milan Mimica