Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 134 for Echo (0.23 sec)

  1. hack/make-rules/test.sh

    if [[ -n "${KUBE_RACE}" ]] ; then
      goflags+=("${KUBE_RACE}")
    fi
    
    junitFilenamePrefix() {
      if [[ -z "${KUBE_JUNIT_REPORT_DIR}" ]]; then
        echo ""
        return
      fi
      mkdir -p "${KUBE_JUNIT_REPORT_DIR}"
      echo "${KUBE_JUNIT_REPORT_DIR}/junit_$(kube::util::sortable_date)"
    }
    
    produceJUnitXMLReport() {
      local -r junit_filename_prefix=$1
      if [[ -z "${junit_filename_prefix}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. build/common.sh

          TAR=gtar
      else
          if which gnutar &>/dev/null; then
    	  TAR=gnutar
          fi
      fi
      if ! "${TAR}" --version | grep -q GNU; then
        echo "  !!! Cannot find GNU tar. Build on Linux or install GNU tar"
        echo "      on Mac OS X (brew install gnu-tar)."
        return 1
      fi
    }
    
    function kube::build::has_docker() {
      which docker &> /dev/null
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt

    # Use the maximum available, or set MAX_FD != -1 to use that value.
    MAX_FD=maximum
    
    warn () {
        echo "\$*"
    } >&2
    
    die () {
        echo
        echo "\$*"
        echo
        exit 1
    } >&2
    
    # OS specific support (must be 'true' or 'false').
    cygwin=false
    msys=false
    darwin=false
    nonstop=false
    case "\$( uname )" in                #(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 13:43:33 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/calloptions.go

    // limitations under the License.
    
    package echo
    
    import (
    	"errors"
    	"fmt"
    	"net/http"
    	"time"
    
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    
    	"istio.io/istio/pkg/http/headers"
    	"istio.io/istio/pkg/test"
    	"istio.io/istio/pkg/test/echo/common"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    // HTTP settings
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  5. src/os/exec/exec_test.go

    	t.Parallel()
    
    	bs, err := helperCommand(t, "echo", "foo bar", "baz").Output()
    	if err != nil {
    		t.Errorf("echo: %v", err)
    	}
    	if g, e := string(bs), "foo bar baz\n"; g != e {
    		t.Errorf("echo: want %q, got %q", e, g)
    	}
    }
    
    func TestCommandRelativeName(t *testing.T) {
    	t.Parallel()
    
    	cmd := helperCommand(t, "echo", "foo")
    
    	// Run our own binary as a relative path
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 48.4K bytes
    - Viewed (0)
  6. pkg/test/echo/server/forwarder/config.go

    import (
    	"crypto/tls"
    	"crypto/x509"
    	"crypto/x509/pkix"
    	"encoding/asn1"
    	"fmt"
    	"net/http"
    	"net/url"
    	"os"
    	"strings"
    	"time"
    
    	"istio.io/istio/pkg/test/echo/common"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    	"istio.io/istio/pkg/test/echo/proto"
    )
    
    type Config struct {
    	Request *proto.ForwardEchoRequest
    	UDS     string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt

    cat > $performanceTestSplitDirectoryName/$action-$fileNamePostfix << EOL
    ${csvLines.joinToString("\n")}
    EOL
    
    echo "Performance tests to be ${action}d in this build"
    cat $performanceTestSplitDirectoryName/$action-$fileNamePostfix
    """
    
        val linesWithEcho = csvLines.joinToString("\n") { """echo $it >> $performanceTestSplitDirectoryName\$action-$fileNamePostfix""" }
    
        val windowsScript = """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 19 11:22:56 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_simulation_test.go

      - default/alpha
      http:
      - route:
        - destination:
            host: echo
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default
      namespace: ns-2
    spec:
      hosts:
      - "ns-2.example.com"
      gateways:
      - default/beta
      http:
      - route:
        - destination:
            host: echo
    `,
    			calls: []simulation.Expect{
    				{
    					Name: "ns-1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication_test.go

    				"X-Remote-Extra-1-Key2": {"charlie", "delta"},
    				"X-Remote-Extra-1-":     {"india", "juliet"},
    				"X-Remote-extra-2-":     {"kilo", "lima"},
    				"X-Remote-extra-2-Key1": {"echo", "foxtrot"},
    				"X-Remote-Extra-2-key2": {"golf", "hotel"},
    				"One":                   {"echo", "foxtrot"},
    				"Two":                   {"golf", "hotel"},
    				"Three-Four":            {"india", "juliet"},
    			},
    			finalHeaders: http.Header{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/DefaultValueSourceProviderFactoryTest.groovy

        }
    
        def "value source can get ExecOperations injected"() {
            when:
            def provider = createProviderOf(ExecValueSource) {
                it.parameters {
                    it.command = ["echo", "hello"]
                }
            }
            provider.get()
    
            then:
            1 * execOperations.exec(_) >> _
        }
    
        def "listener calls wrap obtain invocation"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:26:25 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top