Skip to content

Commit

Permalink
[py2py3] dmwm#10349 - JobSubmitter_t - pickle - test
Browse files Browse the repository at this point in the history
  • Loading branch information
mapellidario committed Jun 21, 2021
1 parent 60f6cae commit a1189d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/python/WMComponent_t/JobSubmitter_t/JobSubmitter_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def testA_BasicTest(self):
Check to see that all the jobs were "submitted",
don't care about thresholds
"""
workload = self.createTestWorkload()
workload = self.createTestWorkload(name="TestWorkload")
config = self.getConfig()
changeState = ChangeState(config)

Expand Down Expand Up @@ -408,7 +408,7 @@ def testB_thresholdTest(self):
this requires checks on pending/running jobs globally
at a site and per task/site
"""
workload = self.createTestWorkload()
workload = self.createTestWorkload(name="TestWorkload")
config = self.getConfig()
changeState = ChangeState(config)

Expand Down Expand Up @@ -641,7 +641,7 @@ def testC_prioritization(self):
Check that jobs are prioritized by job type and by oldest workflow
"""
workload = self.createTestWorkload()
workload = self.createTestWorkload(name="TestWorkload")
config = self.getConfig()
changeState = ChangeState(config)

Expand Down Expand Up @@ -771,7 +771,7 @@ def testE_SiteModesTest(self):
Test the behavior of the submitter in response to the different
states of the sites
"""
workload = self.createTestWorkload()
workload = self.createTestWorkload(name="TestWorkload")
config = self.getConfig()
changeState = ChangeState(config)
nSubs = 1
Expand Down Expand Up @@ -873,7 +873,7 @@ def testJobSiteDrain(self):
Test the behavior of jobs pending to a single site that is in drain mode
"""
workload = self.createTestWorkload()
workload = self.createTestWorkload(name="TestWorkload")
config = self.getConfig()
jobSubmitter = JobSubmitterPoller(config=config)
myResourceControl = ResourceControl(config)
Expand Down

0 comments on commit a1189d9

Please sign in to comment.