Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,170 for JOIN (0.14 sec)

  1. operator/cmd/mesh/profile-dump_test.go

    		},
    	}
    	installPackagePathRegex := regexp.MustCompile("  installPackagePath: .*")
    	for _, tt := range tests {
    		t.Run(tt.desc, func(t *testing.T) {
    			inPath := filepath.Join(testDataDir, "input", tt.desc+".yaml")
    			outPath := filepath.Join(testDataDir, "output", tt.desc+".yaml")
    
    			got, err := runProfileDump(inPath, tt.configPath, snapshotCharts, "")
    			if err != nil {
    				t.Fatal(err)
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 11:44:25 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  2. src/internal/abi/abi_test.go

    	// Run the assembler and compiler manually.
    	tmpdir := t.TempDir()
    	asmSrc := filepath.Join("testdata", "x.s")
    	goSrc := filepath.Join("testdata", "x.go")
    	symabi := filepath.Join(tmpdir, "symabi")
    	obj := filepath.Join(tmpdir, "x.o")
    
    	// Write an importcfg file for the dependencies of the package.
    	importcfgfile := filepath.Join(tmpdir, "hello.importcfg")
    	testenv.WriteImportcfg(t, importcfgfile, nil, "internal/abi")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/riscv/asm_test.go

    	buf := bytes.NewBuffer(make([]byte, 0, 7000000))
    	genLargeBranch(buf)
    
    	tmpfile := filepath.Join(dir, "x.s")
    	if err := os.WriteFile(tmpfile, buf.Bytes(), 0644); err != nil {
    		t.Fatalf("Failed to write file: %v", err)
    	}
    
    	// Assemble generated file.
    	cmd := testenv.Command(t, testenv.GoToolPath(t), "tool", "asm", "-o", filepath.Join(dir, "x.o"), tmpfile)
    	cmd.Env = append(os.Environ(), "GOARCH=riscv64", "GOOS=linux")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 01:50:18 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    	}
    
    	filesToClean := []string{
    		filepath.Join(configPathDir, kubeadmconstants.AdminKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.SuperAdminKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.KubeletKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.KubeletBootstrapKubeConfigFileName),
    		filepath.Join(configPathDir, kubeadmconstants.ControllerManagerKubeConfigFileName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/mod_get_moved.txt

    rm go.mod
    go mod init example.com/foo
    go get example.com/join/subpkg@v1.0.0
    go list -m all
    stdout 'example.com/join/subpkg v1.0.0'
    
    # A 'go get' that simultaneously upgrades away conflicting package definitions is not ambiguous.
    # (A wildcard pattern applies to both packages and modules,
    # because we define wildcard matching to apply after version resolution.)
    go get example.com/join/subpkg/...@v1.1.0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/obj6_test.go

    	testdata := parseTestData(t)
    	asmout := asmOutput(t, testdata.input)
    	parseOutput(t, testdata, asmout)
    	for _, m := range testdata.marks {
    		i := strings.Join(testdata.marker_to_input[m], "; ")
    		o := strings.Join(testdata.marker_to_output[m], "; ")
    		e := strings.Join(testdata.marker_to_expected[m], "; ")
    		if o != e {
    			if o == i {
    				t.Errorf("%s was unchanged; should have become %s", i, e)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/util/documentation.go

    				output = append(output, strings.Join(paragraph, " "))
    				paragraph = []string{}
    			}
    		}
    	}
    
    	// The last paragraph is always unflushed, so flush it.
    	// We don't add a trailing newline character, so that we won't have to strip the output.
    	output = append(output, strings.Join(paragraph, " "))
    
    	// Join all the paragraphs together with new lines in between them.
    	return strings.Join(output, "\n")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 24 11:40:55 UTC 2019
    - 4.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/lockedfile/lockedfile_test.go

    		// Q.3 locks file B.
    		b, err := lockedfile.Edit(filepath.Join(dir, "B"))
    		if err != nil {
    			t.Fatal(err)
    		}
    		defer b.Close()
    
    		if err := os.WriteFile(filepath.Join(dir, "locked"), []byte("ok"), 0666); err != nil {
    			t.Fatal(err)
    		}
    
    		// Q.3 blocks on file A.
    		a, err := lockedfile.Edit(filepath.Join(dir, "A"))
    		// Q.3 unblocks and locks file A.
    		if err != nil {
    			t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  9. pkg/filewatcher/filewatcher_test.go

    	// Now, symlink the tmp `data1` dir to `data` in the baseDir
    	os.Symlink(dataDir1, path.Join(watchDir, "data"))
    	// And link the `<watchdir>/datadir/test.conf` to `<watchdir>/test.conf`
    	watchFile := path.Join(watchDir, "test.conf")
    	os.Symlink(path.Join(watchDir, "data", "test.conf"), watchFile)
    	fmt.Printf("Watch file location: %s\n", path.Join(watchDir, "test.conf"))
    	return watchDir, watchFile
    }
    
    func TestWatchFile(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  10. src/path/filepath/path_windows.go

    			// path element to avoid creating a UNC path (any path starting with "\\")
    			// from non-UNC elements.
    			//
    			// The correct behavior for Join when the first element is an incomplete UNC
    			// path (for example, "\\") is underspecified. We currently join subsequent
    			// elements so Join("\\", "host", "share") produces "\\host\share".
    			for len(e) > 0 && os.IsPathSeparator(e[0]) {
    				e = e[1:]
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 23:07:50 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top