Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 351 - 360 of 625 for task0 (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/ru/docs/advanced/async-tests.md

    /// tip | Подсказка
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 6.2K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/groovy/elasticsearch.runtime-jdk-provision.gradle

            platform = OS.current().name().toLowerCase()
            architecture = Architecture.current().name().toLowerCase()
        }
    }
    
    configure(allprojects) {
        project.tasks.withType(Test).configureEach { Test test ->
            if (BuildParams.getIsRuntimeJavaHomeSet()) {
                test.executable = "${BuildParams.runtimeJavaHome}/bin/java"
            } else {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 19:29:10 GMT 2021
    - 1.4K bytes
    - Click Count (0)
  3. tensorflow/c/eager/c_api_remote_test.cc

    namespace {
    
    using ::tensorflow::string;
    
    void TestRemoteExecute(bool async) {
      tensorflow::ServerDef server_def = GetServerDef(2);
    
      // This server def has the task index set to 0.
      string serialized = server_def.SerializeAsString();
    
      server_def.set_task_index(1);
    
      std::unique_ptr<tensorflow::GrpcServer> worker_server;
      ASSERT_TRUE(tensorflow::GrpcServer::Create(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Aug 12 00:14:22 GMT 2020
    - 5.4K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/match/ReplaceValueInMatch.java

    import com.fasterxml.jackson.databind.JsonNode;
    import com.fasterxml.jackson.databind.node.ObjectNode;
    import org.elasticsearch.gradle.internal.test.rest.transform.ReplaceByKey;
    import org.gradle.api.tasks.Internal;
    
    /**
     * A transformation to replace the value of a match. For example, change from "match":{"_type": "foo"} to "match":{"_type": "bar"}
     */
    public class ReplaceValueInMatch extends ReplaceByKey {
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.5K bytes
    - Click Count (0)
  5. docs/uk/docs/advanced/async-tests.md

    /// tip | Порада
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 5.9K bytes
    - Click Count (0)
  6. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/AntFixtureStop.groovy

    import org.apache.tools.ant.taskdefs.condition.Os
    import org.elasticsearch.gradle.LoggedExec
    import org.elasticsearch.gradle.internal.test.AntFixture
    import org.gradle.api.file.FileSystemOperations
    import org.gradle.api.tasks.Internal
    
    import javax.inject.Inject
    
    class AntFixtureStop extends LoggedExec implements FixtureStop {
    
        @Internal
        AntFixture fixture
    
        @Internal
        FileSystemOperations fileSystemOperations
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.6K bytes
    - Click Count (0)
  7. impl/maven-core/src/main/java/org/apache/maven/execution/ReactorManager.java

        }
    
        public void registerBuildFailure(MavenProject project, Exception error, String task, long time) {
            buildFailuresByProject.put(getProjectKey(project), new BuildFailure(project, time, error));
        }
    
        public void registerBuildFailure(MavenProject project, Exception error, String task, Duration time) {
            buildFailuresByProject.put(getProjectKey(project), new BuildFailure(project, time, error));
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Dec 12 11:02:17 GMT 2024
    - 6K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+intake+multijob+rest-compat.yml

      - job-description: Elasticsearch %BRANCH% branch intake REST compatibility checks.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 449 bytes
    - Click Count (0)
  9. .teamcity/src/main/kotlin/util/PublishKotlinDslPlugin.kt

            param("env.PGP_SIGNING_KEY_PASSPHRASE", "%pgpSigningPassphrase%")
        }
        steps {
            gradleWrapper {
                name = "Publish Kotlin DSL Plugin"
                tasks = "clean :kotlin-dsl-plugins:publishPlugins"
            }
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 19 08:02:04 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  10. build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/PreparePatchReleaseTest.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package gradlebuild.buildutils.tasks
    
    import spock.lang.Specification
    
    class PreparePatchReleaseTest extends Specification {
    
        def "patch version is correctly bumped"() {
            expect:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 14:47:12 GMT 2026
    - 1.3K bytes
    - Click Count (0)
Back to Top