Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 94 for detects (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    `ignoreFailures` — default: false::
    If this property is `true`, Gradle will continue with the project's build once the tests have completed, even if some of them have failed. Note that, by default, the `Test` task always executes every test that it detects, irrespective of this setting.
    
    `failFast` —  (since Gradle 4.6) default: false::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/defaults_test.go

    	"k8s.io/kubernetes/pkg/features"
    	utilpointer "k8s.io/utils/pointer"
    
    	// ensure types are installed
    	_ "k8s.io/kubernetes/pkg/apis/core/install"
    )
    
    // TestWorkloadDefaults detects changes to defaults within PodTemplateSpec.
    // Defaulting changes within this type can cause spurious rollouts of workloads on API server update.
    func TestWorkloadDefaults(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    mean that Gradle will skip the task if none of the source files, template engine, model data or generated files has changed since the previous time Gradle executed the task. This will often save a significant amount of time. You can learn how Gradle detects <<#sec:how_does_it_work,changes later>>.
    
    This example is particularly interesting because it works with collections of source files. What happens if only one source file changes? Does the task process all the source files again or just...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. src/runtime/mgc.go

    	// shared with allgs.
    	stackRoots []*g
    
    	// Each type of GC state transition is protected by a lock.
    	// Since multiple threads can simultaneously detect the state
    	// transition condition, any thread that detects a transition
    	// condition must acquire the appropriate transition lock,
    	// re-check the transition condition and return if it no
    	// longer holds or perform the transition if it does.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  5. pkg/proxy/iptables/proxier.go

    		// to specify/replace *all* of the rules in PREROUTING, etc.
    		//
    		// We need to create these rules when kube-proxy first starts, and we need
    		// to recreate them if the utiliptables Monitor detects that iptables has
    		// been flushed. In both of those cases, the code will force a full sync.
    		// In all other cases, it ought to be safe to assume that the rules
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  6. src/testing/testing.go

    		// This is the first race we've encountered for this test.
    		// Mark the test as failed, and log the reason why only once.
    		// (Note that the race detector itself will still write a goroutine
    		// dump for any further races it detects.)
    		c.Errorf("race detected during execution of test")
    	}
    
    	// Update the parent(s) of this test so that they don't re-report the race.
    	parent := c.parent
    	for parent != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    =====
    [.multi-language-sample]
    =====
    .build.gradle.kts
    [source,kotlin]
    ----
    tasks.register("foo") {
        tasks.register("bar") // WRONG
    }
    ----
    =====
    ====
    
    To avoid this, Gradle now detects this and prevents modification to the underlying container (through `create()` or `register()`) when using the new API.
    
    [[rel5.0:worker_api]]
    === [5.0] Worker API: working directory of a worker can no longer be set
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.3.md

      * Make bigger master root disks in GCE for large clusters.
      * Change default clusterCIDRs from /16 to /14 allowing 1000 Node clusters by default.
      * Allow Debian Jessie on GCE.
      * Node problem detector addon pod detects and reports kernel deadlocks.
    * OpenStack
      * Provider added.
    * VSphere:
      * Provider updated.
    
    ## Previous Releases Included in v1.3.0
    
    - [v1.3.0-beta.3](CHANGELOG.md#v130-beta3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    _Removes unused results from tf.WhileRegion ops_
    
    Removes unused results from `tf.WhileRegion` ops along with the defining
    ops in the body, if it is safe to do so.
    Currently, the pass detects results with following properties:
    - the result is unused outside of the `tf.WhileRegion` op
    - the defining op of the result in the body can be safely removed
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

    [INPUT]
        Name             tail
        Alias            node-problem-detector
        Tag              node-problem-detector
        Mem_Buf_Limit    5MB
        Skip_Long_Lines  On
        Refresh_Interval 5
        Path             C:\etc\kubernetes\logs\node-problem-detector\*.log.INFO*
        DB               /var/run/google-fluentbit/pos-files/node-problem-detector.db
        Multiline        On
        Parser_Firstline glog
    
    # Example:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top