@@ -1167,6 +1167,7 @@ def zk_job_info() -> dict:
1167
1167
"max_executor_memory" : {"unit" : "gb" , "value" : 3.5 },
1168
1168
"cpu" : {"unit" : "cpu-seconds" , "value" : pytest .approx (2.34 * 3600 , rel = 0.001 )},
1169
1169
"memory" : {"unit" : "mb-seconds" , "value" : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1170
+ 'memory_requested' : {'unit' : 'mb-seconds' , 'value' : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1170
1171
"network_received" : {"unit" : "b" , "value" : pytest .approx (370841160371254.75 , rel = 0.001 )},
1171
1172
"sentinelhub" : {"unit" : "sentinelhub_processing_unit" , "value" : 1.25 },
1172
1173
},
@@ -1185,6 +1186,7 @@ def zk_job_info() -> dict:
1185
1186
"max_executor_memory" : {"unit" : "gb" , "value" : 3.5 },
1186
1187
"cpu" : {"unit" : "cpu-seconds" , "value" : pytest .approx (2.34 * 3600 , rel = 0.001 )},
1187
1188
"memory" : {"unit" : "mb-seconds" , "value" : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1189
+ 'memory_requested' : {'unit' : 'mb-seconds' , 'value' : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1188
1190
"network_received" : {"unit" : "b" , "value" : pytest .approx (370841160371254.75 , rel = 0.001 )},
1189
1191
"sentinelhub" : {"unit" : "sentinelhub_processing_unit" , "value" : 1.25 },
1190
1192
},
@@ -1592,6 +1594,7 @@ def test_k8s_no_zookeeper(self, k8s_mock, prometheus_mock, job_costs_calculator,
1592
1594
"input_pixel" : {"unit" : "mega-pixel" , "value" : 1.125 },
1593
1595
"cpu" : {"unit" : "cpu-seconds" , "value" : pytest .approx (2.34 * 3600 , rel = 0.001 )},
1594
1596
"memory" : {"unit" : "mb-seconds" , "value" : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1597
+ "memory_requested" : {'unit' : 'mb-seconds' , 'value' : pytest .approx (5.678 * 3600 , rel = 0.001 )},
1595
1598
"network_received" : {"unit" : "b" , "value" : pytest .approx (370841160371254.75 , rel = 0.001 )},
1596
1599
"sentinelhub" : {"unit" : "sentinelhub_processing_unit" , "value" : 1.25 },
1597
1600
"max_executor_memory" : {"unit" : "gb" , "value" : 3.5 },
0 commit comments