Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDecoderMaxDepth (0.09 sec)

  1. internal/s3select/jstream/decoder_test.go

    	if !ok {
    		t.Fatalf("expected error of type DecoderError, got %T", err)
    	}
    
    	if derr.ReaderErr() == nil {
    		t.Fatalf("missing expected underlying reader error")
    	}
    }
    
    func TestDecoderMaxDepth(t *testing.T) {
    	tests := []struct {
    		input    string
    		maxDepth int
    		mustFail bool
    	}{
    		// No limit
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top