-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing if the time command has comma in the output (#17207)
Changes to fix gpcheckperf failure with an exception when sometime time command output has a comma separator instead of a dot. Steps to reproduce issue: $export LC_ALL=de_DE_utf8 $time sleep 1 real 0m1,021s user 0m0,001s sys 0m0,005s Fix: added check if comma present in the time output, replace it with a dot and continue parsing. Testing: Added unit tests to check the output of parseMultiDDResult() in case of comma and dot.
- Loading branch information
1 parent
60319e9
commit cc1bf04
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters