OpenLiberty / guides-common

Common Guide files
Other
9 stars 6 forks source link

Automation tests fails to grep openjdk11 in test log #217

Closed evelinec closed 1 year ago

evelinec commented 5 years ago

OpenLiberty release: 19.0.0.1 Open Liberty build number: wlp-1.0.24.cl190120190114-1900 Java version: The command "build=$(grep "Open Liberty" $logsPath/console.log | cut -d" " -f5 | cut -d")" -f1 ); release=$( echo "$build" | cut -d"/" -f1); number=$(echo "$build" | cut -d"/" -f2); ol_jv=$(grep -i "on java" $logsPath/console.log); jv=$(echo "$ol_jv" | sed "s/.* on //g"); echo -e " "; echo -e "OpenLiberty release: $release"; echo -e "Open Liberty build number: $number"; echo -e "Java version: $jv";" exited with 0.

evelinec commented 5 years ago

Assigned to @andrewdes as he worked on finding the solution for this problem for some of the guides and automation. He'll fix for all the impacted guides.

NimG98 commented 4 years ago

Change grep -i "on java" to grep -i "version"

NimG98 commented 4 years ago

To be fixed:

Being fixed in devmode PR:

Being fixed in other PR:

gkwan-ibm commented 4 years ago

put it to icebox. When decide to run daily build test against openjdk11, this issue will be resumed

gkwan-ibm commented 1 year ago

close