Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for testOrg (0.19 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. 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)
  4. 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