Move integration test out of make test scope #24

Closed
opened 2023-03-24 07:24:45 +00:00 by alexvanin · 0 comments
Owner

With introduction of pre-commit (#17), it is inefficient to run integration test with testcontainers on every code update. It is also requires extra CI/CD worker juice and it is not ready now for this.

Describe the solution you'd like

  • Move integration test out of make test scope by using build tag
  • Add separate target to make integration-test to run integration test only
## Is your feature request related to a problem? Please describe. With introduction of pre-commit (#17), it is inefficient to run integration test with testcontainers on every code update. It is also requires extra CI/CD worker juice and it is not ready now for this. ## Describe the solution you'd like - Move integration test out of `make test` scope by using [build tag](https://mickey.dev/posts/go-build-tags-testing/) - Add separate target to `make integration-test` to run integration test only
alexvanin added this to the v0.27.0 milestone 2023-03-24 07:24:45 +00:00
dkirillov was assigned by alexvanin 2023-03-24 07:24:45 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#24
No description provided.