Revision 1a8d0e27365a8b2c90d86c5ea8629deef3ca98bb authored by Joe Blubaugh on 12 December 2022, 06:21:06 UTC, committed by GitHub on 12 December 2022, 06:21:06 UTC
This change marks tests in the `sender` package that use an external
process as integration tests instead of unit tests. This speeds up the
package's unit tests by about 20 seconds.

This change also reduces the number of alert instances in the `store`
package's bulk write integration test from 20_000 to 10_000. This is
still enough to exercise the bulk-write code but speeds up the package
tests from about 250s to 130s.

Put together, integration tests go to about 160s while also speeding up
unit tests by 20s.
1 parent 50c4430
History
File Mode Size
.bingo
.changelog-archive
.github
.husky
.vim
.vscode
.yarn
conf
contribute
cue.mod
devenv
docs
e2e
emails
grafana-mixin
kinds
packages
packaging
pkg
plugins-bundled
public
scripts
tools
.betterer.results -rw-r--r-- 452.6 KB
.betterer.ts -rw-r--r-- 3.6 KB
.bra.toml -rw-r--r-- 628 bytes
.browserslistrc -rw-r--r-- 255 bytes
.dockerignore -rw-r--r-- 243 bytes
.drone.star -rw-r--r-- 1.7 KB
.drone.yml -rw-r--r-- 156.4 KB
.editorconfig -rw-r--r-- 453 bytes
.eslintignore -rw-r--r-- 376 bytes
.eslintrc -rw-r--r-- 3.0 KB
.gitattributes -rw-r--r-- 19 bytes
.gitignore -rw-r--r-- 3.5 KB
.golangci.toml -rw-r--r-- 3.0 KB
.linguirc -rw-r--r-- 557 bytes
.nvmrc -rw-r--r-- 9 bytes
.pa11yci-pr.conf.js -rw-r--r-- 3.9 KB
.pa11yci.conf.js -rw-r--r-- 3.5 KB
.prettierignore -rw-r--r-- 502 bytes
.prettierrc.js -rw-r--r-- 95 bytes
.yarnrc.yml -rw-r--r-- 1.7 KB
CHANGELOG.md -rw-r--r-- 380.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
CONTRIBUTING.md -rw-r--r-- 4.7 KB
Dockerfile -rw-r--r-- 4.8 KB
GOVERNANCE.md -rw-r--r-- 12.6 KB
HALL_OF_FAME.md -rw-r--r-- 220 bytes
ISSUE_TRIAGE.md -rw-r--r-- 24.9 KB
LICENSE -rw-r--r-- 33.7 KB
LICENSING.md -rw-r--r-- 759 bytes
MAINTAINERS.md -rw-r--r-- 226 bytes
Makefile -rw-r--r-- 8.1 KB
NOTICE.md -rw-r--r-- 105 bytes
PLUGIN_DEV.md -rw-r--r-- 1.9 KB
README.md -rw-r--r-- 3.0 KB
ROADMAP.md -rw-r--r-- 322 bytes
SECURITY.md -rw-r--r-- 1.5 KB
SUPPORT.md -rw-r--r-- 661 bytes
UPGRADING_DEPENDENCIES.md -rw-r--r-- 3.2 KB
WORKFLOW.md -rw-r--r-- 4.7 KB
babel.config.json -rw-r--r-- 1.4 KB
build.go -rw-r--r-- 182 bytes
crowdin.yml -rw-r--r-- 243 bytes
embed.go -rw-r--r-- 352 bytes
go.mod -rw-r--r-- 18.8 KB
go.sum -rw-r--r-- 345.4 KB
jest.config.js -rw-r--r-- 1.3 KB
latest.json -rw-r--r-- 46 bytes
lerna.json -rw-r--r-- 107 bytes
metadata.md -rw-r--r-- 0 bytes
package.json -rw-r--r-- 16.5 KB
stylelint.config.js -rw-r--r-- 1.5 KB
tsconfig.json -rw-r--r-- 616 bytes
yarn.lock -rw-r--r-- 1.3 MB

README.md

back to top