Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 315 for aborting (4.04 sec)

  1. src/runtime/cgo/libcgo_windows.h

    // Copyright 2020 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Call _beginthread, aborting on failure.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 09 18:17:39 UTC 2022
    - 258 bytes
    - Viewed (0)
  2. hack/cherry_pick_pull.sh

    declare -r NEWBRANCHUNIQ
    echo "+++ Creating local branch ${NEWBRANCHUNIQ}"
    
    cleanbranch=""
    gitamcleanup=false
    function return_to_kansas {
      if [[ "${gitamcleanup}" == "true" ]]; then
        echo
        echo "+++ Aborting in-progress git am."
        git am --abort >/dev/null 2>&1 || true
      fi
    
      # return to the starting branch and delete the PR text file
      if [[ -z "${DRY_RUN}" ]]; then
        echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 26 03:51:05 UTC 2022
    - 8.9K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

            when:
            initFailsWith targetScriptDsl as BuildInitDsl
    
            then:
            result.assertTasksExecuted(":init")
            result.assertHasErrorOutput("Aborting build initialization due to existing files in the project directory: '${existingDslFixture.rootDir.toPath()}'.")
    
            and:
            !targetDslFixture.settingsFile.exists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerSmokeTest.groovy

            then:
            if (GradleContextualExecuter.isConfigCache()) {
                result.assertConfigurationCacheStateStored()
            }
            result.output.contains("Lint found errors in the project; aborting build.")
    
            when:
            runner = runnerForLocation(
                checkoutDir, agpVersion,
                "common:lintDebug", "playgames:lintDebug", "doodles-lib:lintDebug"
            )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. cluster/get-kube.sh

        echo "${PWD}/kubernetes exists but does not look like a Kubernetes release."
        echo "Aborting!"
        exit 5
      fi
      echo "Will also delete preexisting 'kubernetes' directory."
    fi
    
    if [[ -z "${KUBERNETES_SKIP_CONFIRM-}" ]]; then
      echo "Is this ok? [Y]/n"
      read -r confirm
      if [[ "${confirm}" =~ ^[nN]$ ]]; then
        echo "Aborting."
        exit 0
      fi
    fi
    
    if "${need_download}"; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 18 22:47:29 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/TimeLimiter.java

       * UncheckedTimeoutException} to the caller.
       *
       * <p>It is important to note that the primary purpose of the proxy object is to return control to
       * the caller when the timeout elapses; aborting the target method call is of secondary concern.
       * The particular nature and strength of the guarantees made by the proxy is
       * implementation-dependent. However, it is important that each of the methods on the target
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 18:32:03 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  7. operator/cmd/mesh/operator-remove.go

    	}
    	if !installed && !orArgs.purge {
    		l.LogAndPrintf("Operator controller is not installed in %s namespace (no Deployment detected).", orArgs.operatorNamespace)
    		if !orArgs.force {
    			l.LogAndFatal("Aborting, use --force to override.")
    		}
    	}
    
    	var message string
    	message = "All revisions of Istio operator will be removed from cluster, Proceed? (y/N)"
    	if orArgs.revision != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. pkg/envoy/proxy.go

    		}
    	}
    
    	if err := cmd.Start(); err != nil {
    		return err
    	}
    	done := make(chan error, 1)
    	go func() {
    		done <- cmd.Wait()
    	}()
    
    	select {
    	case err := <-abort:
    		log.Warnf("Aborting proxy")
    		if errKill := cmd.Process.Kill(); errKill != nil {
    			log.Warnf("killing proxy caused an error %v", errKill)
    		}
    		return err
    	case err := <-done:
    		return err
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. hack/update-vendor-licenses.sh

        elif [[ -n "${CONTENT[${PACKAGE}-COPYING]-}" ]]; then
          file="${CONTENT[${PACKAGE}-COPYING]-}"
        fi
        if [[ -z "${file}" ]]; then
          cat >&2 << __EOF__
    No license could be found for ${PACKAGE} - aborting.
    
    Options:
    1. Check if the upstream repository has a newer version with LICENSE, COPYRIGHT and/or
       COPYING files.
    2. Contact the author of the package to ensure there is a LICENSE, COPYRIGHT and/or
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:53 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_1x.md

     * New: Protocol selection in MockWebServer.
     * Fix: Route selection shouldn't use TLS modes that we know will fail.
     * Fix: Cache SPDY responses even if the response body is closed prematurely.
     * Fix: Use strict timeouts when aborting a download.
     * Fix: Support Shoutcast HTTP responses like `ICY 200 OK`.
     * Fix: Don't unzip if there isn't a response body.
     * Fix: Don't leak gzip streams on redirects.
     * Fix: Don't do DNS lookups on invalid hosts.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 6.4K bytes
    - Viewed (0)
Back to top