Merged in feature/postprocessing (pull request #114)

Feature/postprocessing

* tests

* passtest

* fixshorttests

* mosttests

* improvingbasedockerfile

* testspeeds

* testing

* host

* canparallel

* clean

* passfullsuite

* singlepagemax

* test

* findfeatures

* findstables

* tbls

* tablestoo

* tablestoo

* lateraltests

* tableloc

* cleanup

* inlinetable

* childids

* cleanup

* tests
This commit is contained in:
Michael McGuinness
2025-04-22 14:40:16 +00:00
parent edc50c7510
commit fee71e7740
404 changed files with 211048 additions and 2820 deletions
+5 -2
View File
@@ -9,6 +9,7 @@ vars:
API: "./api/..."
PKG: "./pkg/..."
CMD: "./cmd/..."
PARALLEL: 1
# yamllint disable-line rule:line-length
EXCLUDED_FILES: ".gen.go|internal/serviceconfig/observability/prometheus/generator/main.go"
@@ -31,7 +32,9 @@ tasks:
cmds:
- task: mocks:generate
- mkdir -p {{.OUT_DIR}}
- go test {{.INTERNAL}} {{.API}} {{.CLI_ARGS}}
- |
go test -parallel {{.PARALLEL}} \
{{.INTERNAL}} {{.API}} {{.CLI_ARGS}}
unit:short:
cmds:
- task: unit:cmd
@@ -95,4 +98,4 @@ tasks:
deps:
- docker:build
cmds:
- go test -count=1 -v ./test/...
- go test -count=1 -parallel {{.PARALLEL}} ./test/...