Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSnapshotAndRestore (0.32 sec)

  1. pkg/registry/core/service/allocator/bitmap_test.go

    				}
    				if !calls.Equal(ts) {
    					t.Errorf("[%d] expected calls to equal testcase: %v vs %v", i, calls.List(), ts.List())
    				}
    			}
    		})
    	}
    }
    
    func TestSnapshotAndRestore(t *testing.T) {
    	testCases := []struct {
    		name      string
    		allocator func(max int, rangeSpec string, reserved int) *AllocationBitmap
    		max       int
    		reserved  int
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 10 08:56:31 UTC 2022
    - 13.3K bytes
    - Viewed (0)
Back to top