Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,284 for tcRange (0.2 sec)

  1. plugin/pkg/admission/gc/gc_admission_test.go

    		checkError func(error) bool
    	}{
    		{
    			name:       "super-user, create, no objectref change",
    			username:   "super",
    			resource:   api.SchemeGroupVersion.WithResource("pods"),
    			newObj:     &api.Pod{},
    			checkError: expectNoError,
    		},
    		{
    			name:       "super-user, create, objectref change",
    			username:   "super",
    			resource:   api.SchemeGroupVersion.WithResource("pods"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskClassChangesIncrementalCompilationIntegrationTest.groovy

        }
    
        // This test checks the current behavior, not necessarily the desired one.
        // If all classes are compiled by the same compile task, we do not know if a
        // change is an abi change or not. Hence, an abi change is always assumed.
        def "does recompile on non-abi changes inside one project"() {
            source impl: ["class A { }", "class B { A a; }", "class C { B b; }"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 12.6K bytes
    - Viewed (0)
  3. src/internal/bisect/bisect.go

    //     like the file and line number where the change might be applied.
    //     [Hash] hashes its arguments to compute an ID.
    //
    //  3. Enable each change that the pattern says should be enabled.
    //     The [Matcher.ShouldEnable] method answers this question for a given change ID.
    //
    //  4. Print a report identifying each change that the pattern says should be printed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/state/TaskCustomTypesInputPropertyIntegrationTest.groovy

            skipped(":someTask")
    
            // Change the build script
            when:
            buildFile << """
    task someOtherTask
    """
            and:
            run "someTask"
    
            then:
            executedAndNotSkipped(":someTask")
    
            when:
            run "someTask"
    
            then:
            skipped(":someTask")
    
            // Change the value of the property
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 22 16:04:50 UTC 2022
    - 9.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/bisect/bisect.go

    //     like the file and line number where the change might be applied.
    //     [Hash] hashes its arguments to compute an ID.
    //
    //  3. Enable each change that the pattern says should be enabled.
    //     The [Matcher.Enable] method answers this question for a given change ID.
    //
    //  4. Report each change that the pattern says should be reported.
    //     The [Matcher.Report] method answers this question for a given change ID.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java-base/src/testFixtures/groovy/org/gradle/java/compile/AbstractJavaGroovyCompileAvoidanceIntegrationSpec.groovy

            then:
            executedAndNotSkipped ":a:${language.compileTaskName}"
            executedAndNotSkipped ":b:${language.compileTaskName}"
    
            when:
            // change signatures
            sourceFile.text = """
                public class ToolImpl {
                    private Number thing() { return null; }
                    private Object t = this;
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 30K bytes
    - Viewed (0)
  7. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeJavaMultiProject",
        "linux" : 828
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.buildcache.TaskOutputCachingJavaPerformanceTest.clean assemble for non-abi change with local cache",
      "durations" : [ {
        "testProject" : "largeJavaMultiProject",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  8. pkg/registry/core/persistentvolume/strategy_test.go

    				Status: api.PersistentVolumeStatus{
    					Phase:                   api.VolumeBound,
    					LastPhaseTransitionTime: &now,
    				},
    			},
    		},
    		{
    			name: "feature enabled: user timestamp change is respected on no phase change",
    			fg:   true,
    			oldObj: &api.PersistentVolume{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "foo",
    				},
    				Status: api.PersistentVolumeStatus{
    					Phase: api.VolumePending,
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. .teamcity/performance-tests-ci.json

        "groups" : [ {
          "testProject" : "largeJavaMultiProject",
          "coverage" : {
            "per_commit" : [ "linux", "windows", "macOs" ]
          }
        } ]
      }, {
        "testId" : "org.gradle.performance.regression.java.JavaIncrementalExecutionPerformanceTest.assemble for non-abi change",
        "groups" : [ {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:12 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  10. security/pkg/pki/ca/selfsignedcarootcertrotator_test.go

    	}
    
    	// Root cert rotation does not change root private key. Root private key should
    	// remain the same.
    	isMatched = bytes.Equal(itemA.caSecret.Data[CAPrivateKeyFile], itemB.caSecret.Data[CAPrivateKeyFile])
    	if !isMatched {
    		t.Errorf("Root private key should not change. Want %v got %v", shouldMatch, isMatched)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 23:33:41 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top