Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 103 for Cases (0.1 sec)

  1. src/database/sql/sql_test.go

    	defer setStrictFakeConnClose(nil)
    
    	_, err := db.Query("SELECT|non_existent|name|")
    	if err == nil {
    		t.Fatal("Querying non-existent table should fail")
    	}
    }
    
    // Test cases where there's more than maxBadConnRetries bad connections in the
    // pool (issue 8834)
    func TestManyErrBadConn(t *testing.T) {
    	manyErrBadConnSetup := func(first ...func(db *DB)) *DB {
    		db := newTestDB(t, "people")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              "ready": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "name": {
              "description": "Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.",
              "type": "string"
            },
            "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    				externalClientIP = "2600:5200::1"
    				altNodeIP = testNodeIPv6Alt
    			}
    			output := net.JoinHostPort(epIP1, "80") + ", " + net.JoinHostPort(epIP2, "80")
    
    			// Basic tests are the same for all cases
    			runPacketFlowTests(t, getLine(), nft, testNodeIPs, []packetFlowTest{
    				{
    					name:     "pod to cluster IP",
    					sourceIP: podIP,
    					destIP:   svcIP,
    					destPort: 80,
    					output:   output,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Maps.java

        /*
         * Our checker arguably should produce a nullness error here until we see @NonNull in JDK APIs.
         * But it doesn't, which may be a sign that we still permit parameter contravariance in some
         * cases?
         */
        public V computeIfPresent(
            K key, BiFunction<? super K, ? super @NonNull V, ? extends @Nullable V> remappingFunction) {
          throw new UnsupportedOperationException();
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    		}
    		return
    	}
    
    	if expectErr {
    		t.Fatalf("expected error %q when authenticating token but got none", c.wantErr)
    	}
    	if !ok {
    		if !c.wantSkip {
    			// We don't have any cases where we return (nil, false, nil)
    			t.Fatalf("no error but token not authenticated")
    		}
    		return
    	}
    	if c.wantSkip {
    		t.Fatalf("expected authenticator to skip token")
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    				ErrDetail: fmt.Sprintf("unable to update peer targets on local: %v", err),
    			}, nil
    		}
    	}
    
    	// set partial error message if remote site updates failed for few cases
    	if len(errs) > 0 {
    		successMsg = fmt.Sprintf("%s\n- partially failed for few remote sites as they could be down/unreachable at the moment", successMsg)
    	}
    	result := madmin.ReplicateEditStatus{
    		Success: true,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

    /* Technically we should also try to authenticate here but that means doing the session setup and tree connect separately. For now a simple connect will at least tell us if the host is alive. That should be sufficient for 99% of the cases. We can revisit this again for 2.0.
     */
                        trans.connect();
                        tree = trans.getSmbSession( auth ).getSmbTree( dr.share, service );
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

                project. This directory is meant to be different from the sourceDirectory, in that its
                contents will be copied to the output directory in most cases (since scripts are
                interpreted rather than compiled).
                The default value is {@code src/main/scripts}.
              </description>
              <type>String</type>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

              }
            ]
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": {
            "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.",
            "properties": {
              "field": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top