While testing 23.02.4, we came across two small errors in the test suite: 1) In testsuite/expect/test32.4, the line set sgather_out "{test_name}_sgather.out" should read set sgather_out "${test_name}_sgather.out" (this is just a cosmetic error - the test will work anyway). 2) In testsuite/expect/test32.8, the line wai_for_file -fail $file_out shoule read wait_for_file -fail $file_out This error makes the test fail. Regards, Bjørn-Helge Mevik
Thanks for reporting this.
Hi Bjørn-Helge, Thanks for reporting this. I've committed your fixes and I took the oportunity to review all test32.* to improve them. This is all pushed: * 021ffac80a Merge branch 'slurm-23.02' |\ | * 792630bee7 Merge branch 'slurm-22.05' into slurm-23.02 | |\ | | * 649f09d41d Testsuite - Improve test32.12 verifying that ConnectTimeout is used | | * c9e36a5015 Testsuite - Improve test32.9 avoiding mismatching locale time formats | | * a823108715 Testsuite - Improve test32.6 verifying that -C is used | | * e75a2d3b57 Testsuite - Improve test32.5 using better patterns | | * 5d59246c6d Testsuite - Improve test32.8 verifying fanout behavior | | * 84ae55b277 Testsuite - Improve test32.4 avoiding misleading errors | | * 3bfb3061c1 Testsuite - Fix typo in test32.8 | | * a81984cf1c Testsuite - Fix typo in test23.4 using test_dir Thanks, Albert