File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ CUSTOM_STORAGE=true \
4848REMOTE_STORAGE_ENDPOINT=${MY_REMOTE_STORAGE_ENDPOINT} \
4949REMOTE_STORAGE_WRITER_ENDPOINT=${MY_REMOTE_STORAGE_WRITER_ENDPOINT} \
5050PURGER_ENDPOINT=${MY_PURGER_ENDPOINT} \
51- ./jaeger-storage-integration-test
51+ ./jaeger-storage-integration-tester
5252```
5353
5454The diagram below demonstrates the architecture of the gRPC storage integration test.
Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ build-jaeger: build-ui _build-a-binary-jaeger$(SUFFIX)-$(GOOS)-$(GOARCH)
104104build-remote-storage : BIN_NAME = remote-storage
105105build-remote-storage : _build-a-binary-remote-storage$(SUFFIX ) -$(GOOS ) -$(GOARCH )
106106
107- .PHONY : build-storage-integration-test
107+ .PHONY : build-storage-integration-tester
108108build-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 \
You can’t perform that action at this time.
0 commit comments