kubernetes/pkg/scheduler
Claudiu Belu 4dc7a260ec unittests: Fixes unit tests for Windows (part 4)
Currently, there are some unit tests that are failing on Windows due to
various reasons:

- paths not properly joined (filepath.Join should be used).
- files not closed, which means that they cannot be removed / renamed.
- time.Now() is not as precise on Windows, which means that 2
  consecutive calls may return the same timestamp.
2022-11-29 16:32:26 +00:00
..
apis/config API, Codegen, UT for PreEnqueue extension point 2022-11-07 14:02:57 -08:00
framework unittests: Fixes unit tests for Windows (part 4) 2022-11-29 16:32:26 +00:00
internal PreEnqueue implementation 2022-11-07 14:02:58 -08:00
metrics PreEnqueue implementation 2022-11-07 14:02:58 -08:00
profile Fix scheduler misc 2022-09-04 00:07:49 +08:00
testing PreEnqueue implementation 2022-11-07 14:02:58 -08:00
util [sched] Add more retriable errors 2022-08-11 20:48:20 -07:00
eventhandlers_test.go Revert "Enable paralellism in scheduler unit tests" 2022-09-23 12:00:14 -04:00
eventhandlers.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
extender_test.go Remove newScheduler to simplify instantiation 2022-10-10 10:25:37 +08:00
extender.go scheduler: remove unused Equal function for HTTPExtender 2022-07-05 13:17:05 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go Merge pull request #111545 from jlsong01/rewrite_signature_of_StartEventWatcher 2022-11-07 08:06:18 -08:00
schedule_one.go Merge pull request #112025 from kerthcet/refactor/handle-scheduling-failure 2022-10-21 08:31:51 -07:00
scheduler_test.go Refactor schedulingCycle and bindingCycle in scheduler 2022-10-21 13:53:18 +08:00
scheduler.go PreEnqueue implementation 2022-11-07 14:02:58 -08:00