-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: there is no test in the testsuite for the error reported by issue #1260. Add a resource-query test to the advanced resource tests.
- Loading branch information
Showing
5 changed files
with
2,428 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
match allocate @TEST_SRCDIR@/data/resource/jobspecs/issues/issue1260.yaml | ||
quit |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
---------ssd0[1024:x] | ||
------------core0[1:x] | ||
------------core1[1:x] | ||
------------core2[1:x] | ||
------------core3[1:x] | ||
------------core4[1:x] | ||
------------core5[1:x] | ||
------------core6[1:x] | ||
------------core7[1:x] | ||
------------core8[1:x] | ||
------------core9[1:x] | ||
---------compute-01[1:x] | ||
------rack0[1:s] | ||
---compute0[1:s] | ||
INFO: ============================= | ||
INFO: JOBID=1 | ||
INFO: RESOURCES=ALLOCATED | ||
INFO: SCHEDULED AT=Now | ||
INFO: ============================= |
Oops, something went wrong.