Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for mdump (0.06 sec)

  1. pkg/proxy/nftables/proxier_test.go

    	// The second change counteracts the first one, so same expected rules as last time
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Sync with no new changes, so same expected rules as last time
    	fp.syncProxyRules()
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    }
    
    func TestNoEndpointsMetric(t *testing.T) {
    	type endpoint struct {
    		ip       string
    		hostname string
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	response, err := client.Do(request)
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	dump, _ := httputil.DumpResponse(response, true)
    	t.Log(string(dump))
    
    	if simpleStorage.updated == nil || simpleStorage.updated.Name != item.Name {
    		t.Errorf("Unexpected update value %#v, expected %#v.", simpleStorage.updated, item)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Unauthorized request. */
        public static final String ERRORS_unauthorized_request = "{errors.unauthorized_request}";
    
        /** The key of the message: Failed to print thread dump. */
        public static final String ERRORS_failed_to_print_thread_dump = "{errors.failed_to_print_thread_dump}";
    
        /** The key of the message: {0} is not supported. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. pkg/apis/apps/validation/validation_test.go

    	"github.com/google/go-cmp/cmp"
    	"github.com/google/go-cmp/cmp/cmpopts"
    	"k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/util/dump"
    	"k8s.io/apimachinery/pkg/util/intstr"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            [self._output_saved_model_path, 'quantized_tensor_data.pb'],
        ]:
          output_values = self._run_model_in_sess(
              model_path, tags, 'serving_default', sample_inputs
          )
    
          # Find the dump file and parse it.
          folder = os.path.join(log_dir_path, os.listdir(log_dir_path)[0])
          dump_file_path = os.path.join(log_dir_path, folder, file_name)
          dump_file_numpy = self._read_tensor_array_file(dump_file_path)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    */
    
    package strategicpatch
    
    import (
    	"fmt"
    	"path/filepath"
    	"reflect"
    	"strings"
    	"testing"
    
    	"sigs.k8s.io/yaml"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/util/dump"
    	"k8s.io/apimachinery/pkg/util/json"
    	"k8s.io/apimachinery/pkg/util/mergepatch"
    	"k8s.io/apimachinery/pkg/util/sets"
    	sptest "k8s.io/apimachinery/pkg/util/strategicpatch/testing"
    )
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                {{- end }}
              {{ end -}}
              {{- if eq (annotation .ObjectMeta `sidecar.istio.io/enableCoreDump` .Values.global.proxy.enableCoreDump) "true" }}
              - name: enable-core-dump
                args:
                - -c
                - sysctl -w kernel.core_pattern=/var/lib/istio/data/core.proxy && ulimit -c unlimited
                command:
                  - /bin/sh
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  8. src/reflect/value.go

    			stackArgs = unsafe_New(frametype)
    		}
    	}
    	frameSize := frametype.Size()
    
    	if debugReflectCall {
    		println("reflect.call", stringFor(&t.Type))
    		abid.dump()
    	}
    
    	// Copy inputs into args.
    
    	// Handle receiver.
    	inStart := 0
    	if rcvrtype != nil {
    		// Guaranteed to only be one word in size,
    		// so it will only take up exactly 1 abiStep (either
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        This complements MLIRs dumping functionality, which can sometimes be hard
        to configure. This pass is useful if you know the exact position in the
        pipeline where you want to dump, and are able to easily modify the pipeline
        source code.
      }];
      let constructor = "TF::CreatePrintPass()";
    }
    
    def MoveTpuCompileToFrontPass : Pass<"tf-move-tpu-compile-to-front", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. src/net/http/transport_test.go

    	_, err = c.Do(req)
    	if err == nil {
    		t.Errorf("unexpected Get success")
    	}
    
    	// Wait unconditionally for the listener goroutine to exit: this should never
    	// hang, so if it does we want a full goroutine dump — and that's exactly what
    	// the testing package will give us when the test run times out.
    	<-listenerDone
    }
    
    // Issue 16997: test transport dial preserves typed errors
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top