Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OSX] org.openjdk.browser.uitest failures @ ConnectionExportImportTest #28

Open
2 tasks
aptmac opened this issue Jan 15, 2019 · 0 comments
Open
2 tasks
Labels
bug Something isn't working OSX Related to OSX builds uitests Related to uitests

Comments

@aptmac
Copy link
Member

aptmac commented Jan 15, 2019

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)

[0] https://github.com/aptmac/jmc-qa/tree/multi-os

@aptmac aptmac added bug Something isn't working uitests Related to uitests OSX Related to OSX builds labels Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OSX Related to OSX builds uitests Related to uitests
Projects
None yet
Development

No branches or pull requests

1 participant