Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmimani authored Oct 31, 2023
2 parents 494db81 + 926f59c commit 2b38b72
Show file tree
Hide file tree
Showing 64 changed files with 5,149 additions and 1,424 deletions.
2 changes: 1 addition & 1 deletion build/go/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Note the use of `-p 1` is required to prevent multiple test packages from running in
# parallel (default), ensuring access to any shared resource (e.g., dynamodb-local)
# is serialized.
gotestsum -f testname -- -p 1 -race -coverprofile coverage.out -v ./integrationtest/...
gotestsum -f testname -- -p 1 -race -coverprofile coverage.out -v `go list ./integrationtest/... | grep -v traces`
7 changes: 7 additions & 0 deletions go/appencryption/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ cmd/example/log.log
hack
.DS_Store
**/checkstyle-result.xml

integrationtest/traces/data/*.dat
integrationtest/traces/data/*.bz2
integrationtest/traces/data/*.gz
integrationtest/traces/data/*.xz
integrationtest/traces/data/*.tgz
integrationtest/traces/out/
2 changes: 1 addition & 1 deletion go/appencryption/.versionfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.4.0
282 changes: 0 additions & 282 deletions go/appencryption/cache.go

This file was deleted.

Loading

0 comments on commit 2b38b72

Please sign in to comment.