Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TestGetCompressedOffsets (0.2 seconds)

  1. cmd/object-api-utils_test.go

    		got, _ := test.objInfo.GetActualSize()
    		if got != test.result {
    			t.Errorf("Test %d - expected %d but received %d",
    				i+1, test.result, got)
    		}
    	}
    }
    
    func TestGetCompressedOffsets(t *testing.T) {
    	testCases := []struct {
    		objInfo           ObjectInfo
    		offset            int64
    		startOffset       int64
    		snappyStartOffset int64
    		firstPart         int
    	}{
    		0: {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 24.1K bytes
    - Click Count (0)
Back to Top