@@ -3159,16 +3159,16 @@ def test_info_string():
3159
3159
3160
3160
Resources
3161
3161
--------------------------------------------------------
3162
- Usage:
3162
+ Total Usage:
3163
3163
0/2 AcceleratorType:V100
3164
3164
530.0/544.0 CPU
3165
3165
2/2 GPU
3166
3166
2.00GiB/8.00GiB memory
3167
3167
3.14GiB/16.00GiB object_store_memory
3168
3168
3169
- Constraints:
3169
+ Total Constraints:
3170
3170
{'CPU': 16}: 100 from request_resources()
3171
- Demands:
3171
+ Total Demands:
3172
3172
{'CPU': 1}: 150+ pending tasks/actors
3173
3173
{'CPU': 4} * 5 (PACK): 420+ pending placement groups
3174
3174
""" .strip ()
@@ -3217,16 +3217,16 @@ def test_info_string_multiple_constraints():
3217
3217
3218
3218
Resources
3219
3219
--------------------------------------------------------
3220
- Usage:
3220
+ Total Usage:
3221
3221
530.0/544.0 CPU
3222
3222
2/2 GPU
3223
3223
2.00GiB/8.00GiB memory
3224
3224
3.14GiB/16.00GiB object_store_memory
3225
3225
3226
- Constraints:
3226
+ Total Constraints:
3227
3227
{'CPU': 16}: 100 from request_resources()
3228
3228
{'CPU': 1, 'GPU': 16}: 10 from request_resources()
3229
- Demands:
3229
+ Total Demands:
3230
3230
{'CPU': 1}: 150+ pending tasks/actors
3231
3231
{'CPU': 4} * 5 (PACK): 420+ pending placement groups
3232
3232
""" .strip ()
@@ -3610,16 +3610,16 @@ def test_info_string_with_launch_failures():
3610
3610
3611
3611
Resources
3612
3612
--------------------------------------------------------
3613
- Usage:
3613
+ Total Usage:
3614
3614
0/2 AcceleratorType:V100
3615
3615
530.0/544.0 CPU
3616
3616
2/2 GPU
3617
3617
2.00GiB/8.00GiB memory
3618
3618
3.14GiB/16.00GiB object_store_memory
3619
3619
3620
- Constraints:
3620
+ Total Constraints:
3621
3621
{'CPU': 16}: 100 from request_resources()
3622
- Demands:
3622
+ Total Demands:
3623
3623
{'CPU': 1}: 150+ pending tasks/actors
3624
3624
{'CPU': 4} * 5 (PACK): 420+ pending placement groups
3625
3625
""" .strip ()
@@ -3792,16 +3792,16 @@ def test_info_string_failed_node_cap():
3792
3792
3793
3793
Resources
3794
3794
--------------------------------------------------------
3795
- Usage:
3795
+ Total Usage:
3796
3796
0/2 AcceleratorType:V100
3797
3797
530.0/544.0 CPU (2.0 used of 2.0 reserved in placement groups)
3798
3798
2/2 GPU
3799
3799
2.00GiB/8.00GiB memory
3800
3800
3.14GiB/16.00GiB object_store_memory
3801
3801
3802
- Constraints:
3802
+ Total Constraints:
3803
3803
{'CPU': 16}: 100 from request_resources()
3804
- Demands:
3804
+ Total Demands:
3805
3805
{'CPU': 2.0}: 153+ pending tasks/actors (3+ using placement groups)
3806
3806
{'GPU': 0.5}: 100+ pending tasks/actors (100+ using placement groups)
3807
3807
{'CPU': 4} * 5 (PACK): 420+ pending placement groups
0 commit comments