Skip to content

Commit

Permalink
balancer some test load
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Nov 11, 2024
1 parent 95f79a2 commit 14d6f43
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 327 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ testbin/*

# Test binary, build with `go test -c`
*.test
report.xml

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif
# Define a TEST_LABEL environment variable to run a specific group of tests.
# Run something like `make test TEST_LABEL=group:1` to run only the tests in the group labeled "group:1".
.PHONY: test
test: #build envtest kind ## Run tests.
test: build envtest kind ## Run tests.
KIND_EXEC_PATH=$(KIND) go test $(shell pwd)/test -v -test.timeout 10000s $(TEST_LABEL_ARGS)

##@ Build
Expand Down
Loading

0 comments on commit 14d6f43

Please sign in to comment.