RFR: 7039: Timestamp granularity too coarse [v4]
Suchita Chaturvedi
schaturvedi at openjdk.java.net
Mon Feb 1 11:57:41 UTC 2021
On Fri, 29 Jan 2021 17:54:23 GMT, Marcus Hirt <hirt at openjdk.org> wrote:
> I'd prefer if they were fixed with this PR, if there are failures related to the changes in this PR. If the failures are unrelated, i.e. master already fails in the same ways, it can be a separate PR.
@thegreystone I ran UITests using below mentioned command
mvn verify -P uitests -fae > testresults.txt
There are few failures as below
1. [INFO] org.openjdk.jmc.rjmx.test 8.1.0-SNAPSHOT ........... FAILURE [03:45 min]
2. [INFO] org.openjdk.jmc.browser.uitest 1.0.0-SNAPSHOT ...... FAILURE [03:16 min]
3. [INFO] org.openjdk.jmc.console.jconsole.uitest 1.0.0-SNAPSHOT FAILURE [01:26 min]
4. [INFO] org.openjdk.jmc.console.persistence.uitest 1.0.0-SNAPSHOT FAILURE [01:23 min]
5. [INFO] org.openjdk.jmc.console.uitest 1.0.0-SNAPSHOT ...... FAILURE [03:57 min]
6. [INFO] org.openjdk.jmc.flightrecorder.uitest 1.0.0-SNAPSHOT FAILURE [03:42 min]
7. [INFO] org.openjdk.jmc.rcp.application.uitest 1.0.0-SNAPSHOT FAILURE [01:13 min]
Number 1 is present in both master and my branch. All others are present only in master while its succeeding in my branch so may be they are due to some new change which is in master and not in my branch.
Please let me know if you are getting some additional failures which I need to look into.
-------------
PR: https://git.openjdk.java.net/jmc/pull/201
More information about the jmc-dev
mailing list