Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 2,466 for JOIN (0.28 sec)

  1. cmd/os-readdir_test.go

    		if err := os.WriteFile(filepath.Join(dir, name1), []byte{}, os.ModePerm); err != nil {
    			// For cleanup, its required to add these entries into test results.
    			testResults = append(testResults, result{dir, entries})
    			t.Fatalf("Unable to create a file, %s", err)
    		}
    		// Symlink will not be added to entries.
    		if err := os.Symlink(filepath.Join(dir, name1), filepath.Join(dir, name2)); err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 19 18:05:16 UTC 2022
    - 7.5K bytes
    - Viewed (0)
  2. security/pkg/pki/ra/k8s_ra_test.go

    			rootCertForMeshConfig: path.Join(env.IstioSrc, "samples/certs", "workload-foo-root-certs.pem"),
    			certChain:             path.Join(env.IstioSrc, "samples/certs", "leaf-workload-foo-cert.pem"),
    		},
    		{
    			name:                  "Root cert is specified in mesh config and cert chain contains only intermediate CA(only leaf cert + intermediate CA)",
    			rootCertForMeshConfig: path.Join(env.IstioSrc, "samples/certs", "root-cert.pem"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 00:44:54 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_sum_lookup.txt

    go get ./exist
    grep '^example.com/join v1.1.0 h1:' go.sum
    ! grep '^example.com/join/subpkg' go.sum
    cp go.sum go.list.sum
    go mod tidy
    cmp go.sum go.list.sum
    
    -- go.mod --
    module m
    
    go 1.15
    
    -- noexist/use.go --
    // ignore tags prevents errors in 'go mod tidy'
    // +build ignore
    
    package use
    
    import _ "example.com/join/subpkg/noexist"
    
    -- exist/use.go --
    package use
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 859 bytes
    - Viewed (0)
  4. src/cmd/internal/bootstrap_test/experiment_toolid_test.go

    	// Set up GOROOT.
    	goroot := t.TempDir()
    	gorootSrc := filepath.Join(goroot, "src")
    	if err := overlayDir(gorootSrc, filepath.Join(realGoroot, "src")); err != nil {
    		t.Fatal(err)
    	}
    	gorootLib := filepath.Join(goroot, "lib")
    	if err := overlayDir(gorootLib, filepath.Join(realGoroot, "lib")); err != nil {
    		t.Fatal(err)
    	}
    	if err := os.WriteFile(filepath.Join(goroot, "VERSION"), []byte("go1.999"), 0666); err != nil {
    		t.Fatal(err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 18:47:14 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. clause/from.go

    	}
    
    	for _, join := range from.Joins {
    		builder.WriteByte(' ')
    		join.Build(builder)
    	}
    }
    
    // MergeClause merge from clause
    func (from From) MergeClause(clause *Clause) {
    	clause.Expression = from
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jul 15 02:25:10 UTC 2020
    - 630 bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top