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

Tests fail because creating the Edge browser for the tests takes too long #1676

Closed
fedejeanne opened this issue Dec 18, 2024 · 0 comments · Fixed by #1677
Closed

Tests fail because creating the Edge browser for the tests takes too long #1676

fedejeanne opened this issue Dec 18, 2024 · 0 comments · Fixed by #1677
Labels
edge Edge Browser junit JUnit test failure

Comments

@fedejeanne
Copy link
Contributor

Describe the bug
Creating the Edge browser for the tests in Test_org_eclipse_swt_browser_Browser takes too long.

creating browser took too long: 23811ms
java.lang.AssertionError: creating browser took too long: 23811ms
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.createBrowser(Test_org_eclipse_swt_browser_Browser.java:311)
	at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_browser_Browser.setUp(Test_org_eclipse_swt_browser_Browser.java:184)
...

To Reproduce
It fails intermittently in GH Actions e.g. in this one: https://github.com/eclipse-platform/eclipse.platform.swt/actions/runs/12374507303/job/34537197042?pr=1672

Environment:

  1. Select the platform(s) on which the behavior is seen:
    • All OS
    • Windows
    • Linux
    • macOS

Version since
Ever since #672 has been merged and both Edge and IE are tested

fedejeanne added a commit to fedejeanne/eclipse.platform.swt that referenced this issue Dec 18, 2024
@fedejeanne fedejeanne added junit JUnit test failure edge Edge Browser labels Dec 20, 2024
fedejeanne added a commit to fedejeanne/eclipse.platform.swt that referenced this issue Dec 20, 2024
fedejeanne added a commit to fedejeanne/eclipse.platform.swt that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
edge Edge Browser junit JUnit test failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant