summaryrefslogtreecommitdiffhomepage
path: root/cmd/testwrapper/testwrapper.go
AgeCommit message (Expand)AuthorFilesLines
2024-02-21cmd/testwrapper: apply results of all unit tests to coverage for all packagesPercy Wegmann1-0/+1
2023-11-21ci: report test coverage to coveralls.ioPercy Wegmann1-2/+150
2023-10-16tstest, tstest/integration, github/workflows: shard integration testsBrad Fitzpatrick1-0/+3
2023-10-16cmd/testwrapper: parse args betterMaisem Ali1-54/+22
2023-10-14tstest/integration: add tests for tun mode (requiring root)Brad Fitzpatrick1-4/+12
2023-10-03tstest/deptest: add check that x/exp/{maps,slices} imported as xfooBrad Fitzpatrick1-1/+1
2023-09-28cmd/testwrapper: include flake URL in JSON metadataBrad Fitzpatrick1-9/+24
2023-09-28cmd/testwrapper: output machine-readable JSON on test flakesBrad Fitzpatrick1-12/+14
2023-09-11cmd/testwrapper: fix exit deflake (#9342)Paul Scott1-7/+7
2023-09-07cmd/testwrapper: exit code 1 when go build fails (#9276)Paul Scott1-16/+44
2023-09-04cmd/testwrapper: emit logs of failed tests on timeoutMaisem Ali1-24/+28
2023-08-29cmd/testwrapper: handle timeouts as test failuresMaisem Ali1-0/+6
2023-08-24cmd/testwrapper: fix off-by-one error in maxAttempts checkMaisem Ali1-1/+1
2023-08-17all: import x/exp/maps as xmaps to distinguish from Go 1.21 "maps"Brad Fitzpatrick1-2/+2
2023-07-11cmd/testwrapper: handle build failuresMaisem Ali1-0/+10
2023-06-30cmd/testwrapper: stream output resultsMaisem Ali1-32/+40
2023-06-30cmd/testwrapper: output packages testedMaisem Ali1-32/+71
2023-06-26cmd/testwrapper: only retry flaky failed testsMaisem Ali1-35/+204
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-18cmd/testwrapper: move from corp; mark magicsock test as flakyAndrew Dunham1-0/+63