mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-26 04:08:38 -05:00
feat: more features in the load testing harness (#1691)
* fix: make stripped payload size configurable * feat: more load test features * Update cmd/hatchet-loadtest/do.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: try to fix load tests * increase timeout, update goleak ignores * fix: data race in scheduler with snapshot input * fix: logger improvements * add one more goleak ignore --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -320,7 +320,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go test -tags load ./... -p 5 -v -race -failfast
|
||||
go test -tags load ./... -p 5 -v -race -failfast -timeout 20m
|
||||
env:
|
||||
TESTING_MATRIX_MIGRATE: ${{ matrix.migrate-strategy }}
|
||||
TESTING_MATRIX_RABBITMQ_ENABLED: ${{ matrix.rabbitmq-enabled }}
|
||||
@@ -356,7 +356,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
go test -tags rampup ./... -p 5 -v -race -failfast
|
||||
go test -tags rampup ./... -p 5 -v -race -failfast -timeout 20m
|
||||
env:
|
||||
TESTING_MATRIX_MIGRATE: ${{ matrix.migrate-strategy }}
|
||||
TESTING_MATRIX_RABBITMQ_ENABLED: ${{ matrix.rabbitmq-enabled }}
|
||||
|
||||
Reference in New Issue
Block a user