diracx-testing 0.0.1a29__py3-none-any.whl → 0.0.1a31__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- diracx/testing/utils.py +36 -38
- {diracx_testing-0.0.1a29.dist-info → diracx_testing-0.0.1a31.dist-info}/METADATA +2 -2
- {diracx_testing-0.0.1a29.dist-info → diracx_testing-0.0.1a31.dist-info}/RECORD +5 -5
- {diracx_testing-0.0.1a29.dist-info → diracx_testing-0.0.1a31.dist-info}/WHEEL +1 -1
- {diracx_testing-0.0.1a29.dist-info → diracx_testing-0.0.1a31.dist-info}/top_level.txt +0 -0
diracx/testing/utils.py
CHANGED
@@ -483,44 +483,42 @@ def with_config_repo(tmp_path_factory):
|
|
483
483
|
"Operations": {"Defaults": {}},
|
484
484
|
"Systems": {
|
485
485
|
"WorkloadManagement": {
|
486
|
-
"
|
487
|
-
"
|
488
|
-
"
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
"
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
"
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
"
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
"
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
"
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
"
|
520
|
-
|
521
|
-
|
522
|
-
"Port": 9999,
|
523
|
-
},
|
486
|
+
"Databases": {
|
487
|
+
"JobDB": {
|
488
|
+
"DBName": "xyz",
|
489
|
+
"Host": "xyz",
|
490
|
+
"Port": 9999,
|
491
|
+
"MaxRescheduling": 3,
|
492
|
+
},
|
493
|
+
"JobLoggingDB": {
|
494
|
+
"DBName": "xyz",
|
495
|
+
"Host": "xyz",
|
496
|
+
"Port": 9999,
|
497
|
+
},
|
498
|
+
"PilotAgentsDB": {
|
499
|
+
"DBName": "xyz",
|
500
|
+
"Host": "xyz",
|
501
|
+
"Port": 9999,
|
502
|
+
},
|
503
|
+
"SandboxMetadataDB": {
|
504
|
+
"DBName": "xyz",
|
505
|
+
"Host": "xyz",
|
506
|
+
"Port": 9999,
|
507
|
+
},
|
508
|
+
"TaskQueueDB": {
|
509
|
+
"DBName": "xyz",
|
510
|
+
"Host": "xyz",
|
511
|
+
"Port": 9999,
|
512
|
+
},
|
513
|
+
"ElasticJobParametersDB": {
|
514
|
+
"DBName": "xyz",
|
515
|
+
"Host": "xyz",
|
516
|
+
"Port": 9999,
|
517
|
+
},
|
518
|
+
"VirtualMachineDB": {
|
519
|
+
"DBName": "xyz",
|
520
|
+
"Host": "xyz",
|
521
|
+
"Port": 9999,
|
524
522
|
},
|
525
523
|
},
|
526
524
|
},
|
@@ -4,8 +4,8 @@ diracx/testing/entrypoints.py,sha256=MbH0VLUQz96XPdHzb7XWFwYtWEitAqPrrGM1H1FzDLo
|
|
4
4
|
diracx/testing/mock_osdb.py,sha256=hHuvmQZ3212SaSGX11dQv4ki3ZWsmqJZFYwdn6kg2MA,6029
|
5
5
|
diracx/testing/osdb.py,sha256=m6mUBLnGOoQLTCIBie9P2GhmLMybrgzIrlIYfhF1_Ss,3230
|
6
6
|
diracx/testing/routers.py,sha256=UW-TnikMQgcNxF5sUZD5DWoucGiCpP6s8mYmuahDiSc,979
|
7
|
-
diracx/testing/utils.py,sha256=
|
8
|
-
diracx_testing-0.0.
|
9
|
-
diracx_testing-0.0.
|
10
|
-
diracx_testing-0.0.
|
11
|
-
diracx_testing-0.0.
|
7
|
+
diracx/testing/utils.py,sha256=T3tTzEOhmibcIu6TPwvoaZ6lFgHlU0t9FDHSetKP5EI,24341
|
8
|
+
diracx_testing-0.0.1a31.dist-info/METADATA,sha256=Ccdm-KDATp86r2C5DZfnd6ma6JEYPMosMeSxKT07eto,634
|
9
|
+
diracx_testing-0.0.1a31.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
10
|
+
diracx_testing-0.0.1a31.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
|
11
|
+
diracx_testing-0.0.1a31.dist-info/RECORD,,
|
File without changes
|