Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ktesting (0.22 sec)

  1. pkg/apis/core/validation/validation_test.go

    				t.Errorf("Unexpected failure: %+v", errs)
    			}
    		})
    	}
    }
    
    func TestValidatePersistentVolumeClaim(t *testing.T) {
    	testValidatePVC(t, false)
    }
    
    func TestValidateEphemeralVolume(t *testing.T) {
    	testValidatePVC(t, true)
    }
    
    func TestAlphaPVVolumeModeUpdate(t *testing.T) {
    	block := core.PersistentVolumeBlock
    	file := core.PersistentVolumeFilesystem
    
    	scenarios := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.testng.TestNGClassListener> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TestNGClassListener.java:0)
    Class <org.gradle.api.internal.tasks.testing.testng.TestNGConfigurationListener> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TestNGConfigurationListener.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

            "defaultResources": {
              "requests": {
                "cpu": "10m"
              }
            },
            "enabled": true,
            "externalIstiod": false,
            "hub": "gcr.io/istio-testing",
            "imagePullPolicy": "",
            "imagePullSecrets": [],
            "istioNamespace": "istio-system",
            "istiod": {
              "enableAnalysis": false
            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"RunBenchmarks", Func, 0},
    		{"RunExamples", Func, 0},
    		{"RunTests", Func, 0},
    		{"Short", Func, 0},
    		{"T", Type, 0},
    		{"TB", Type, 2},
    		{"Testing", Func, 21},
    		{"Verbose", Func, 1},
    	},
    	"testing/fstest": {
    		{"(MapFS).Glob", Method, 16},
    		{"(MapFS).Open", Method, 16},
    		{"(MapFS).ReadDir", Method, 16},
    		{"(MapFS).ReadFile", Method, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. RELEASE.md

    If you experience any snags when using TF 2.0, please let us know at the
    [TF 2.0 Testing User Group](https://groups.google.com/a/tensorflow.org/forum/?utm_medium=email&utm_source=footer#!forum/testing).
    We have a support mailing list as well as weekly testing meetings, and would
    love to hear your migration feedback and questions.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.contrib`:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FA80..1FA82  ; valid                  ;      ; NV8    # 12.0 YO-YO..PARACHUTE
    1FA83..1FA86  ; valid                  ;      ; NV8    # 13.0 BOOMERANG..NESTING DOLLS
    1FA87..1FA88  ; valid                  ;      ; NV8    # 15.0 MARACAS..FLUTE
    1FA89..1FA8F  ; disallowed                             # NA   <reserved-1FA89>..<reserved-1FA8F>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let description = [{
    This operation does not have an associated kernel and is not intended to be
    executed in a regular TensorFlow session. Instead it is intended to be used for
    testing or for special case where a user intends to pass custom MLIR computation
    through a TensorFlow graph with the intent of having custom tooling processing
    it downstream (when targeting a different environment, like TensorFlow lite for
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top