File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
docs/source/DeveloperGuide/DevelopmentEnvironment/DeveloperInstallation
tests/Integration/WorkloadManagementSystem Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Now you can run the test with:
4747
4848.. code-block :: bash
4949
50- pytest --no-check-dirac-environment LocalRepo/ALTERNATIVE_MODULES/DIRAC/tests/Integration/WorkloadManagementSystem/Test_JobDB.py
50+ pytest --no-check-dirac-environment LocalRepo/ALTERNATIVE_MODULES/DIRAC/tests/Integration/WorkloadManagementSystem/Test_JobDB.py
5151
5252 You can find the logs of the services in `/home/dirac/ServerInstallDIR/diracos/runit/ `
5353
Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ def test_chainWithTags():
577577
578578 # Matching
579579
580- # Matching Everything with Tag = "ANY "
580+ # Matching Everything with Tag = ""
581581 result = tqDB .matchAndGetTaskQueue ({"CPUTime" : 50000 , "Tag" : "ANY" }, numQueuesToGet = 6 )
582582 assert result ["OK" ]
583583 # this should match whatever
@@ -682,8 +682,7 @@ def test_chainWithTags():
682682 res = {int (x [0 ]) for x in result ["Value" ]}
683683 assert res == {tq_job1 , tq_job6 }
684684
685- # NumberOfProcessors and MaxRAM
686- # This is translated to "#Processors" by the SiteDirector
685+ # This is translated to "#Processors" by the Matcher
687686 result = tqDB .matchAndGetTaskQueue ({"CPUTime" : 50000 , "Tag" : "4Processors" }, numQueuesToGet = 4 )
688687 assert result ["OK" ]
689688
You can’t perform that action at this time.
0 commit comments