-
Bug
-
Resolution: Duplicate
-
P4
-
9
-
generic
-
windows
This happened once during lastest verona PIT testing. But it looks not related with verona changes.
Please look at following test output:
----------System.out:(1/11)----------
Test1: OK
----------System.err:(14/724)----------
java.lang.RuntimeException: checkTime failed: got 1998 expected 4000
at Tests.checkTime(Tests.java:146)
at UdpTest.test2(UdpTest.java:161)
at UdpTest.main(UdpTest.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
Please look at following test output:
----------System.out:(1/11)----------
Test1: OK
----------System.err:(14/724)----------
java.lang.RuntimeException: checkTime failed: got 1998 expected 4000
at Tests.checkTime(Tests.java:146)
at UdpTest.test2(UdpTest.java:161)
at UdpTest.main(UdpTest.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
- duplicates
-
JDK-8143097 java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
- Resolved
- relates to
-
JDK-8143097 java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
- Resolved
-
JDK-8151226 Mark UdpTest.java as intermittently failing
- Closed