Files
kubernetes/pkg
Wei Huang b6b2838a95 Fix a racing issue in FakeFilterPlugin
Filter() is called simultaneously, so the member of its (fake) implementation
cannot be written without lock.

The issue can be triggered by:

go test k8s.io/kubernetes/pkg/scheduler/core --race --count=50
2019-08-07 10:33:44 -07:00
..
2019-07-25 20:38:28 +02:00
2018-09-13 20:27:32 -07:00
2019-04-15 09:45:04 +02:00
2019-07-19 14:19:01 +02:00