Home
last modified time | relevance | path

Searched refs:priority_value (Results 1 – 6 of 6) sorted by relevance

/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker_test.py154 high_original_priority_value = schedule_high.priority_value
155 medium_original_priority_value = schedule_medium.priority_value
164 schedule_medium.priority_value)
177 schedule_medium.priority_value)
179 while schedule_medium.priority_value >= high_original_priority_value:
194 self.assertEqual(schedule_medium.priority_value,
242 schedule1_l_original_priority_value = schedule1_l.priority_value
243 schedule2_m_original_priority_value = schedule2_m.priority_value
262 schedule2_m.priority_value)
267 schedule1_l.priority_value)
[all …]
Dschedule_worker.py217 group.sort(key=lambda x: x.priority_value if (
218 x.priority_value) else Status.GetPriorityValue(x.priority))
246 if schedule.priority_value is None:
247 schedule.priority_value = (
249 if schedule.priority_value > 0:
250 schedule.priority_value -= 1
385 schedule.priority_value = Status.GetPriorityValue(
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing.py173 if entity.priority_value is None:
174 entity.priority_value = Status.GetPriorityValue(
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info.py102 schedule.priority_value = Status.GetPriorityValue(schedule.priority)
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py194 schedule.priority_value = Status.GetPriorityValue(schedule.priority)
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py87 priority_value = ndb.IntegerProperty() variable in ScheduleModel