Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unsupportedCmd (0.33 sec)

  1. pkg/volume/flexvolume/mounter_test.go

    		},
    		Spec: v1.PodSpec{
    			ServiceAccountName: "my-sa",
    		},
    	}
    	mounter := mount.NewFakeMounter(nil)
    
    	plugin, rootDir := testPlugin(t)
    	plugin.unsupportedCommands = []string{"unsupportedCmd"}
    	plugin.runner = fakeRunner(
    		// first call without mounterArgs.FsGroup
    		assertDriverCall(t, successOutput(), mountCmd, rootDir+"/mount-dir",
    			specJSON(plugin, spec, map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 17 04:51:24 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/dist/test.go

    // arm64 machine configured with 39-bit VMA).
    func isUnsupportedVMASize(w *work) bool {
    	unsupportedVMA := []byte("unsupported VMA range")
    	return strings.Contains(w.dt.name, ":race") && bytes.Contains(w.out.Bytes(), unsupportedVMA)
    }
    
    // isEnvSet reports whether the environment variable evar is
    // set in the environment.
    func isEnvSet(evar string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top