mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Revert "mark the OOM killer as serial to reduce flakes"
This reverts commit bd6f548746
.
Running as serial didn't completely eliminate the flake so I think
there's something more going on here. Reverting the change to serial
since its not a solution.
This commit is contained in:
parent
d5a42e2c22
commit
905f07f1ac
@ -37,10 +37,7 @@ type testCase struct {
|
|||||||
oomTargetContainerName string
|
oomTargetContainerName string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Marked as [Serial] since currently the runtime can miss the OOM event if the pod is killed too quickly. This seems
|
var _ = SIGDescribe("OOMKiller [LinuxOnly] [NodeConformance]", func() {
|
||||||
// to occur more often when the node is highly loaded.
|
|
||||||
|
|
||||||
var _ = SIGDescribe("OOMKiller [LinuxOnly] [NodeConformance] [Serial]", func() {
|
|
||||||
f := framework.NewDefaultFramework("oomkiller-test")
|
f := framework.NewDefaultFramework("oomkiller-test")
|
||||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user