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

Investigate Linux build failures #982

Closed
10 tasks done
anusreelakshmi934 opened this issue Sep 18, 2024 · 1 comment
Closed
10 tasks done

Investigate Linux build failures #982

anusreelakshmi934 opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
automated tests bug Something isn't working Epic

Comments

@anusreelakshmi934
Copy link
Contributor

anusreelakshmi934 commented Sep 18, 2024

In many of the tests in Linux GHA we are encountering various errors like the below ones:

A Build that ran had these failures - https://github.com/OpenLiberty/liberty-tools-intellij/actions/runs/10846737003/job/30100325255

  • Start in Container tests failing in GradleSingleModMPSIDProjectTest and MavenSingleModMPSIDProjectTest #983

  • Unable to insert entry in config file : server.env in LINUX & Windows #988

  • Resolve Linux build failures introduced by PR 553 #564

  • Timed out waiting for message CWWKE0036I in log:/home/runner/work/liberty-tools-intellij/liberty-tools-intellij/liberty-tools intellij/src/test/resources/projects/gradle/singleModGradleMP/build/wlp/usr/servers/defaultServer/logs/messages.log
    From one of the failure videos we can see that the dev mode is not getting started even after waiting for 90 seconds. And it is trying to stop the dev mode after that which fails since the dev mode did not fully started.

  • GradleSingleModMPProjectTest > testRunTestsActionUsingDropDownMenu() FAILED
    org.opentest4j.AssertionFailedError: testRunTestsActionUsingDropDownMenu:validateProjectStarted: Timed out while waiting for project with resource URI api/resourceand port 9080 to become available.

  • GradleSingleModLSTest > testDiagnosticInServerEnv() FAILED
    java.lang.RuntimeException: Hover on text: NONE did not trigger a pop-up window to open

  • GradleSingleModMPProjectTest > executionError FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT2M) for condition function (Failed to find 'Welcome Frame' by 'FlatWelcomeFrame type' in 120s)

  • initializationError FAILED
    com.intellij.remoterobot.utils.WaitForConditionTimeoutException: Exceeded timeout (PT2M) for condition function (Failed to find 'Welcome Frame' by 'FlatWelcomeFrame type' in 120s)
    In GradleSingleModMPSIDProjectTest , GradleSingleModNLTRestProjectTest, MavenSingleModMPProjectTest, MavenSingleModMPSIDProjectTest,

  • GradleSingleModMPProjectTest > testStartWithConfigInDebugModeUsingToolbar() FAILED
    com.intellij.remoterobot.client.IdeaSideException: Wrapped java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location

  • GradleSingleModLSTest > testInsertLibertyConfigIntoServerEnv() FAILED
    java.lang.RuntimeException: Unable to insert entry in config file : server.env using text: WLP_LOGGING_CON
    link

@anusreelakshmi934
Copy link
Contributor Author

Issues 983, 988 and 564 were successfully closed. And a fix for the timedout issue was successfully merged. Hence closing this Issue.

@github-project-automation github-project-automation bot moved this from In Progress to Sprint Closed in Open Liberty Developer Experience Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated tests bug Something isn't working Epic
Projects
Development

No branches or pull requests

3 participants