You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issues concerns the multi-os branch [0] in which OSX builds are trying to run along side the Linux builds.
There are currently two test failures in the Browser tests:
testExportImport (line 96)
testSetMasterPassword (line 135)
testExportImport
testExportImport(org.openjdk.jmc.browser.uitest.ConnectionExportImportTest) Time elapsed: 40.082 sec <<< FAILURE!
java.lang.AssertionError: Unable to set TreeItem state to: true
at org.openjdk.jmc.browser.uitest.ConnectionExportImportTest.testExportImport(ConnectionExportImportTest.java:96)
testSetMasterPassword
This is similar to an error that occured in the Linux builds if the RCP application window wasn't large enough to display the intended ui elements, or if they were being covered
Setting the window dimensions to be larger doesn't help the OSX builds like it did the Linux ones
testSetMasterPassword(org.openjdk.jmc.browser.uitest.ConnectionExportImportTest) Time elapsed: 10.516 sec <<< ERROR!
org.jemmy.TimeoutExpiredException: State 'Waiting for 1 org.eclipse.swt.widgets.Shell controls to be found adhering to Text = New Connection' has not been reached in 10000 milliseconds
at org.openjdk.jmc.browser.uitest.ConnectionExportImportTest.testSetMasterPassword(ConnectionExportImportTest.java:135)
This issues concerns the
multi-os
branch [0] in which OSX builds are trying to run along side the Linux builds.There are currently two test failures in the Browser tests:
testExportImport
testSetMasterPassword
[0] https://github.com/aptmac/jmc-qa/tree/multi-os
The text was updated successfully, but these errors were encountered: