Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 90 for testFS (0.14 sec)

  1. hack/lib/test.sh

    #   all resources are supported.
    #   $1: Name of the resource to be tested.
    kube::test::if_supports_resource() {
      SUPPORTED_RESOURCES=${SUPPORTED_RESOURCES:-""}
      REQUIRED_RESOURCE=${1:-""}
    
      for r in "${SUPPORTED_RESOURCES[@]}"; do
        if [[ "${r}" == "*" || "${r}" == "${REQUIRED_RESOURCE}" ]]; then
          return 0
        fi
      done
      return 1
    }
    
    kube::test::version::object_to_file() {
      name=$1
      flags=${2:-""}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 07 16:46:34 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

        }
    }
    """
            succeeds('test')
        }
    
        void nonTransitiveDependenciesAreNotRetrieved() {
            expect:
            repo.module('org.gradle.test', 'one', '1.0').publish()
            repo.module('org.gradle.test', 'two', '1.0').publish()
            def lib = repo.module('org.gradle.test', 'external1', '1.0')
            lib.dependsOn('org.gradle.test', 'one', '1.0')
            lib.artifact(classifier: 'classifier')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  3. fess-crawler/src/test/resources/extractor/msoffice/test.xls

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 22K bytes
    - Viewed (0)
  4. hack/make-rules/test.sh

      # Run all specified tests, collecting coverage results. Go currently doesn't
      # support collecting coverage across multiple packages at once, so we must issue
      # separate 'go test' commands for each package and then combine at the end.
      # To speed things up considerably, we can at least use xargs -P to run multiple
      # 'go test' commands at once.
      # To properly parse the test results if generating a JUnit test report, we
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/Test.java

         * <li>A value of <code>N</code> means that up to <code>N</code> test processes will be started to execute test classes. <b>This can improve test execution time by running multiple test classes in parallel.</b></li>
         * </ul>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  6. fess-crawler/src/test/resources/extractor/msoffice/test.pptx

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 31.3K bytes
    - Viewed (2)
  7. fess-crawler/src/test/resources/extractor/ooo/test.odp

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 12.2K bytes
    - Viewed (0)
  8. pkg/test/framework/test.go

    	// RequiresSingleNetwork ensures that clusters are in the same network
    	//
    	// Deprecated: Tests should not make assumptions regarding number of networks.
    	RequiresSingleNetwork() Test
    	// TopLevel marks a test as a "top-level test" meaning a container test that has many subtests.
    	// Resources created at this level will be in-scope for dumping when any descendant test fails.
    	TopLevel() Test
    	// Run the test, supplied as a lambda.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/ci-systems/teamcity-tests.png

    teamcity-tests.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 47K bytes
    - Viewed (0)
  10. fess-crawler/src/test/resources/extractor/msoffice/test.doc

    Shinsuke Sugaya <******@****.***> 1444529815 +0900
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 21.5K bytes
    - Viewed (0)
Back to top