Skip to content

Commit 7de3a00

Browse files
committed
fixup! Add numa cpuset support
Signed-off-by: xibz <[email protected]>
1 parent c471534 commit 7de3a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/jailer_integ_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func testJailer(t *testing.T, jailerConfig *proto.JailerConfig) {
8484
func TestJailerCPUSet_Isolated(t *testing.T) {
8585
prepareIntegTest(t, withJailer())
8686

87-
t.Run("Jailer NumaNode", func(t *testing.T) {
87+
t.Run("TestJailerCPUSet_Isolated", func(t *testing.T) {
8888
b := cpuset.Builder{}
8989
cset := b.AddCPU(0).AddMem(0).Build()
9090
config := &proto.JailerConfig{

0 commit comments

Comments
 (0)