Skip to content

Commit d1bc865

Browse files
committed
job-list: remove invalid test
Problem: Amongst the job-list unit tests is a test that checks that the "attributes.system" dictionary exists in the jobspec. However, RFC14 indicates that it is optional. Remove this invalid test.
1 parent 2d52d55 commit d1bc865

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

src/modules/job-list/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ EXTRA_DIST = \
113113
test/jobspec/invalid_version.jobspec \
114114
test/jobspec/job_name_alt.jobspec \
115115
test/jobspec/missing_attributes.jobspec \
116-
test/jobspec/missing_attributes_system.jobspec \
117116
test/jobspec/missing_resources.jobspec \
118117
test/jobspec/missing_tasks.jobspec \
119118
test/jobspec/missing_version.jobspec

src/modules/job-list/test/job_data.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ struct test_jobspec_corner_case {
2828
} jobspec_corner_case_tests[] = {
2929
{ TEST_SRCDIR "/jobspec/invalid_json.jobspec", -1 },
3030
{ TEST_SRCDIR "/jobspec/missing_attributes.jobspec", -1 },
31-
{ TEST_SRCDIR "/jobspec/missing_attributes_system.jobspec", -1 },
3231
{ TEST_SRCDIR "/jobspec/invalid_attributes_system_job.jobspec", -1 },
3332
{ TEST_SRCDIR "/jobspec/missing_tasks.jobspec", -1 },
3433
{ TEST_SRCDIR "/jobspec/invalid_tasks_array.jobspec", -1 },

src/modules/job-list/test/jobspec/missing_attributes_system.jobspec

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)