Skip to content

Commit 3d32b46

Browse files
change storage integration test binary name to storage integration tester
Signed-off-by: ThatDeparted2061 <harshraocodesup@gmail.com>
1 parent ad86805 commit 3d32b46

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

internal/storage/v2/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CUSTOM_STORAGE=true \
4848
REMOTE_STORAGE_ENDPOINT=${MY_REMOTE_STORAGE_ENDPOINT} \
4949
REMOTE_STORAGE_WRITER_ENDPOINT=${MY_REMOTE_STORAGE_WRITER_ENDPOINT} \
5050
PURGER_ENDPOINT=${MY_PURGER_ENDPOINT} \
51-
./jaeger-storage-integration-test
51+
./jaeger-storage-integration-tester
5252
```
5353

5454
The diagram below demonstrates the architecture of the gRPC storage integration test.

scripts/build/package-deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ function stage-tool-platform-files {
5757
cp "./cmd/es-index-cleaner/es-index-cleaner-${PLATFORM}" "${TOOLS_PACKAGE_STAGING_DIR}/jaeger-es-index-cleaner${FILE_EXTENSION}"
5858
cp "./cmd/es-rollover/es-rollover-${PLATFORM}" "${TOOLS_PACKAGE_STAGING_DIR}/jaeger-es-rollover${FILE_EXTENSION}"
5959
cp "./cmd/esmapping-generator/esmapping-generator-${PLATFORM}" "${TOOLS_PACKAGE_STAGING_DIR}/jaeger-esmapping-generator${FILE_EXTENSION}"
60-
cp "./cmd/storage-integration-test/jaeger-storage-integration-test-${PLATFORM}" \
61-
"${TOOLS_PACKAGE_STAGING_DIR}/jaeger-storage-integration-test${FILE_EXTENSION}"
60+
cp "./cmd/remote-storage/jaeger-storage-integration-tester-${PLATFORM}" \
61+
"${TOOLS_PACKAGE_STAGING_DIR}/jaeger-storage-integration-tester${FILE_EXTENSION}"
6262
}
6363

6464
# package pulls built files for the platform ($2) and compresses it using the compression ($1).

scripts/makefiles/BuildBinaries.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ build-jaeger: build-ui _build-a-binary-jaeger$(SUFFIX)-$(GOOS)-$(GOARCH)
104104
build-remote-storage: BIN_NAME = remote-storage
105105
build-remote-storage: _build-a-binary-remote-storage$(SUFFIX)-$(GOOS)-$(GOARCH)
106106

107-
.PHONY: build-storage-integration-test
107+
.PHONY: build-storage-integration-tester
108108
build-storage-integration-tester:
109109
go test -c ./internal/storage/integration \
110110
-o ./cmd/remote-storage/jaeger-storage-integration-tester$(SUFFIX)-$(GOOS)-$(GOARCH)
@@ -149,7 +149,7 @@ build-binaries-linux-ppc64le:
149149
_build-platform-binaries: \
150150
build-jaeger \
151151
build-remote-storage \
152-
build-storage-integration-test \
152+
build-storage-integration-tester \
153153
build-examples \
154154
build-tracegen \
155155
build-anonymizer \

0 commit comments

Comments
 (0)