Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dlv (0.02 sec)

  1. hack/ginkgo-e2e.sh

    # If 'y', will rerun failed tests once to give them a second chance.
    GINKGO_TOLERATE_FLAKES=${GINKGO_TOLERATE_FLAKES:-n}
    
    # If set, the command executed will be:
    # - `dlv exec` if set to "delve"
    # - `gdb` if set to "gdb"
    # NOTE: for this to work the e2e.test binary has to be compiled with
    # make DBG=1 WHAT=test/e2e/e2e.test
    E2E_TEST_DEBUG_TOOL=${E2E_TEST_DEBUG_TOOL:-}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. hack/make-rules/test-e2e-node.sh

    ssh_user=${SSH_USER:-"${USER}"}
    ssh_key=${SSH_KEY:-}
    ssh_options=${SSH_OPTIONS:-}
    kubelet_config_file=${KUBELET_CONFIG_FILE:-"test/e2e_node/jenkins/default-kubelet-config.yaml"}
    
    # If set, the command executed will be:
    # - `dlv exec` if set to "delve"
    # - `gdb` if set to "gdb"
    # NOTE: for this to work the e2e_node.test binary has to be compiled with DBG=1.
    #
    # The name of this variable is the same as in ginkgo-e2e.sh.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. build/root/Makefile

    #  NODE_ENV: For REMOTE=true only. Additional metadata keys to add the instance.
    #  RUNTIME_CONFIG: The runtime configuration for the API server on the node e2e tests.
    #  E2E_TEST_DEBUG_TOOL: one of dlv/delve/gdb. Runs the test/e2e_node test binary
    #    interactively under the chosen debugger. Only works for REMOTE=false and
    #    in combination with DBG=1.
    #
    # Example:
    #   make test-e2e-node FOCUS=Kubelet SKIP=container
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top