Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isOperationNotPermittedError (0.24 sec)

  1. pkg/volume/util/hostutil/hostutil_test.go

    		if err != nil {
    			// Locally passed, but upstream CI is not friendly to create such device files
    			// Leave "Operation not permitted" out, which can be covered in an e2e test
    			if isOperationNotPermittedError(err) {
    				continue
    			}
    			t.Fatalf("[%d-%s] unexpected error : %v", idx, tc.name, err)
    		}
    
    		fileType, err := hu.GetFileType(path)
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 16:02:07 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top