Skip to content

Commit

Permalink
chore(plugin): move service integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Oct 5, 2023
1 parent e49fc63 commit 970c289
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 458 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ nav_order: 1

- Migrate `aiven_service_integration` to the Plugin Framework


## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

## [4.9.1] - 2023-10-03

- Allow to modify `pg_user` replication settings
Expand Down
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,12 @@ test-unit:
$(GO) test -v --cover ./...


PKG_PATH ?= internal
ifneq ($(origin PKG), undefined)
PKG_PATH = internal/sdkprovider/service/$(PKG)
endif

TEST_COUNT ?= 1
ACC_TEST_TIMEOUT ?= 180m
ACC_TEST_PARALLELISM ?= 10

test-acc:
TF_ACC=1 $(GO) test ./$(PKG_PATH)/... \
TF_ACC=1 $(GO) test -run=$(PKG) ./... \
-v -count $(TEST_COUNT) -parallel $(ACC_TEST_PARALLELISM) $(RUNARGS) $(TESTARGS) -timeout $(ACC_TEST_TIMEOUT)

clean-examples:
Expand Down
Loading

0 comments on commit 970c289

Please sign in to comment.