Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for observedPayload (0.17 sec)

  1. pkg/volume/util/atomic_writer_test.go

    func checkVolumeContents(targetDir, tcName string, payload map[string]FileProjection, t *testing.T) {
    	dataDirPath := filepath.Join(targetDir, dataDirName)
    	// use filepath.Walk to reconstruct the payload, then deep equal
    	observedPayload := make(map[string]FileProjection)
    	visitor := func(path string, info os.FileInfo, _ error) error {
    		if info.IsDir() {
    			return nil
    		}
    
    		relativePath := strings.TrimPrefix(path, dataDirPath)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top