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
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
The text was updated successfully, but these errors were encountered:
anusreelakshmi934
changed the title
Investigate Various timed out errors occuring in Linux
Investigate Linux build failures
Sep 19, 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
The text was updated successfully, but these errors were encountered: