Skip to content

Commit 253a377

Browse files
committed
docs: fix -- right tabulation
1 parent 925d6d2 commit 253a377

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/source/DeveloperGuide/DevelopmentEnvironment/DeveloperInstallation/stuffThatRun.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/Integration/WorkloadManagementSystem/Test_TaskQueueDB.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)