Skip to content

Commit 9d82610

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

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

license-mappings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,21 @@
453453
"github.com/google/gofuzz": "Apache-2.0",
454454
"github.com/google/gopacket": "BSD-3-Clause",
455455
"github.com/google/netstack": "Apache-2.0",
456+
"github.com/google/pprof": "Apache-2.0",
457+
"github.com/google/s2a-go": "Apache-2.0",
458+
"github.com/google/shlex": "Apache-2.0",
456459
"github.com/google/uuid": "BSD-3-Clause",
460+
"github.com/google/wire": "Apache-2.0",
461+
"github.com/googleapis/enterprise-certificate-proxy": "Apache-2.0",
462+
"github.com/googleapis/gax-go/v2": "BSD-3-Clause",
457463
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp": "Apache-2.0",
458464
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric": "Apache-2.0",
459465
"github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping": "Apache-2.0",
466+
"github.com/gopherjs/gopherjs": "BSD-3-Clause",
467+
"github.com/gordonklaus/ineffassign": "MIT",
468+
"github.com/gorilla/css": "BSD-3-Clause",
469+
"github.com/gorilla/mux": "BSD-3-Clause",
470+
"github.com/gorilla/securecookie": "BSD-3-Clause",
460471
"github.com/gorilla/websocket": "BSD-2-Clause",
461472
"github.com/Jeffail/gabs/v2": "MIT",
462473
"github.com/klauspost/compress": "BSD-3-Clause",

test/advanced.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ EOF
11041104
done
11051105
many_patterns=${many_patterns:1} # Remove leading comma
11061106

1107-
run timeout 5 sanitize_patterns "$many_patterns"
1107+
run sanitize_patterns "$many_patterns"
11081108
echo "$output"
11091109
echo "$status"
11101110
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)