| Summary: | Small bugs in tests 32.4 and 32.8 in test suite | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Bjørn-Helge Mevik <b.h.mevik> |
| Component: | Test Suite | Assignee: | Albert Gil <albert.gil> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 23.02.4 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Sigma2 Norway | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 22.05.10 23.02.6 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
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 |
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