mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
Adds unit tests covering the problematic scenarios identified
around conflicting data in child owner references
Before After
package level 51% 68%
garbagecollector.go 60% 75%
graph_builder.go 50% 81%
graph.go 50% 68%
Added/improved coverage of key functions that had lacking unit test coverage:
* attemptToDeleteWorker
* attemptToDeleteItem
* processGraphChanges (added coverage of all added code)
|
||
|---|---|---|
| .. | ||
| config | ||
| metaonly | ||
| BUILD | ||
| dump.go | ||
| dump_test.go | ||
| errors.go | ||
| garbagecollector.go | ||
| garbagecollector_test.go | ||
| graph.go | ||
| graph_builder.go | ||
| graph_builder_test.go | ||
| operations.go | ||
| OWNERS | ||
| patch.go | ||
| uid_cache.go | ||