Skip to content

Commit

Permalink
chore(vdev): Run some integration tests through vdev (vectordotdev#16124
Browse files Browse the repository at this point in the history
)

* Debug the environment variables on exec

* Run non-converted integration tests through vdev

* Mark all tests that required no changes to run through vdev
  • Loading branch information
bruceg authored Jan 25, 2023
1 parent 76e9592 commit 409eaa6
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 700 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,10 @@ ifeq ($(AUTODESPAWN), true)
endif

test-integration-%-cleanup:
${CONTAINER_TOOL}-compose -f scripts/integration/docker-compose.$*.yml rm --force --stop -v
cargo vdev --verbose integration stop $*

test-integration-%:
RUST_VERSION=${RUST_VERSION} ${CONTAINER_TOOL}-compose -f scripts/integration/docker-compose.$*.yml build
RUST_VERSION=${RUST_VERSION} ${CONTAINER_TOOL}-compose -f scripts/integration/docker-compose.$*.yml run --rm runner
cargo vdev --verbose integration test $*
ifeq ($(AUTODESPAWN), true)
make test-integration-$*-cleanup
endif
Expand Down
36 changes: 0 additions & 36 deletions scripts/integration/docker-compose.amqp.yml

This file was deleted.

47 changes: 0 additions & 47 deletions scripts/integration/docker-compose.apex.yml

This file was deleted.

41 changes: 0 additions & 41 deletions scripts/integration/docker-compose.azure.yml

This file was deleted.

37 changes: 0 additions & 37 deletions scripts/integration/docker-compose.clickhouse.yml

This file was deleted.

75 changes: 0 additions & 75 deletions scripts/integration/docker-compose.elasticsearch.yml

This file was deleted.

39 changes: 0 additions & 39 deletions scripts/integration/docker-compose.gcp.yml

This file was deleted.

81 changes: 0 additions & 81 deletions scripts/integration/docker-compose.http-client.yml

This file was deleted.

Loading

0 comments on commit 409eaa6

Please sign in to comment.