Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for unhelpful (0.33 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[kotdsl:prerequisites]]
    == Prerequisites
    
    * The embedded Kotlin compiler is known to work on Linux, macOS, Windows, Cygwin, FreeBSD and Solaris on x86-64 architectures.
    * Knowledge of Kotlin syntax and basic language features is very helpful. The link:{kotlin-reference}[Kotlin reference documentation] and link:https://kotlinlang.org/docs/tutorials/koans.html[Kotlin Koans] will help you to learn the basics.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    			},
    			wantResult: framework.NewPostFilterResultWithNominatedNode(""),
    			wantStatus: framework.NewStatus(framework.Unschedulable, "preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling."),
    		},
    		{
    			name: "pod can be made schedulable on one node",
    			pod:  st.MakePod().Name("p").UID("p").Namespace(v1.NamespaceDefault).Priority(midPriority).Obj(),
    			pods: []*v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// for updates. During a rolling update, all pods from ordinal Replicas-1 to
    	// Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched.
    	// This is helpful in being able to do a canary based deployment. The default value is 0.
    	// +optional
    	Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1/types.go

    	// for updates. During a rolling update, all pods from ordinal Replicas-1 to
    	// Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched.
    	// This is helpful in being able to do a canary based deployment. The default value is 0.
    	// +optional
    	Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    [[sec:debugging_java_tests]]
    == Debugging when running tests
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_s390x.s

    #define SEL5  V9 // Overloaded with ADD3,SEL2
    #define SEL6  V10 // Overloaded with ADD4,SEL3
    
    /* *
     * To follow the flow of bits, for your own sanity a stiff drink, need you shall.
     * Of a single round, a 'helpful' picture, here is. Meaning, column position has.
     * With you, SIMD be...
     *
     *                                           +--------+--------+
     *                                  +--------|  RED2  |  RED1  |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. src/text/template/exec_test.go

    	want := `template: empty: "empty" is an incomplete or empty template`
    	if got != want {
    		t.Errorf("expected error %s got %s", want, got)
    	}
    	// Add a non-empty template to check that the error is helpful.
    	tests, err := New("").Parse(testTemplates)
    	if err != nil {
    		t.Fatal(err)
    	}
    	tmpl.AddParseTree("secondary", tests.Tree)
    	err = tmpl.Execute(&b, 0)
    	if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. docs/changelogs/changelog_3x.md

        silently leak connections when an interceptor retries without closing the response body. With
        3.14 we detect this problem but the exception was not helpful.
    
    ## Version 3.14.0
    
    _2019-03-14_
    
     *  **This release deletes the long-deprecated `OkUrlFactory` and `OkApacheClient` APIs.** These
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  9. src/encoding/json/decode_test.go

    	}
    	if string(got) != want {
    		t.Errorf("Marshal(%#q):\n\tgot:  %s\n\twant: %s", input, got, want)
    	}
    }
    
    // If people misuse the ,string modifier, the error message should be
    // helpful, telling the user that they're doing it wrong.
    func TestErrorMessageFromMisusedString(t *testing.T) {
    	// WrongString is a struct that's misusing the ,string modifier.
    	type WrongString struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  10. src/html/template/exec_test.go

    	if got != want {
    		t.Errorf("expected error %s got %s", want, got)
    	}
    
    	// Add a non-empty template to check that the error is helpful.
    	tmpl = New("empty")
    	tests, err := New("").Parse(testTemplates)
    	if err != nil {
    		t.Fatal(err)
    	}
    	tmpl.AddParseTree("secondary", tests.Tree)
    	err = tmpl.Execute(&b, 0)
    	if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
Back to top