Skip to content

Commit d7cafa0

Browse files
committed
tests 34
Signed-off-by: Julio Jimenez <julio@clickhouse.com>
1 parent b4386ab commit d7cafa0

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

license-mappings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,24 @@
435435
"github.com/gonvenience/wrap": "MIT",
436436
"github.com/gonvenience/ytbx": "MIT",
437437
"github.com/google/btree": "Apache-2.0",
438+
"github.com/google/flatbuffers": "Apache-2.0",
439+
"github.com/google/gnostic": "Apache-2.0",
440+
"github.com/google/gnostic-models": "Apache-2.0",
441+
"github.com/google/go-cmp": "BSD-3-Clause",
442+
"github.com/google/go-containerregistry": "Apache-2.0",
443+
"github.com/google/go-github/v48": "BSD-3-Clause",
444+
"github.com/google/go-github/v52": "BSD-3-Clause",
445+
"github.com/google/go-github/v53": "BSD-3-Clause",
446+
"github.com/google/go-github/v64": "BSD-3-Clause",
447+
"github.com/google/go-github/v66": "BSD-3-Clause",
448+
"github.com/google/go-github/v68": "BSD-3-Clause",
449+
"github.com/google/go-github/v72": "BSD-3-Clause",
450+
"github.com/google/go-jsonnet": "Apache-2.0",
451+
"github.com/google/go-querystring": "BSD-3-Clause",
452+
"github.com/google/go-tpm": "Apache-2.0",
453+
"github.com/google/gofuzz": "Apache-2.0",
454+
"github.com/google/gopacket": "BSD-3-Clause",
455+
"github.com/google/netstack": "Apache-2.0",
438456
"github.com/google/uuid": "BSD-3-Clause",
439457
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp": "Apache-2.0",
440458
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric": "Apache-2.0",

test/advanced.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ EOF
10881088
# Test with very long input to ensure no performance issues
10891089
local huge_string=$(printf 'a%.0s' {1..50000})
10901090

1091-
run timeout 5 sanitize_string "$huge_string" 1000
1091+
run sanitize_string "$huge_string" 1000
10921092
echo "$output"
10931093
echo "$status"
10941094
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)