Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
Description
If the BashJavaUtils fail, and config.sh#extractExecutionResults is called with the exception output, which does not contain the expected lines, then it will not detect an error.
execution_results=$(echo "${output}" | grep ${EXECUTION_PREFIX}) num_lines=$(echo "${execution_results}" | wc -l) if [[ ${num_lines} -ne ${expected_lines} ]]; then
Apparently, even if execution_results is empty, $(echo "${execution_results}" | wc -l) returns 1.
Attachments
Issue Links
- is a child of
-
FLINK-17973 Test memory configuration of Flink cluster
- Closed
- is related to
-
FLINK-18152 Master starts despite IllegalConfigurationException
- Closed
- links to