Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-2.1: backport all of the acceptance -> roachtest changes #29589

Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d713fbe
roachtest: fix two buglets in gossip/chaos
petermattis Aug 30, 2018
bb9c340
roachtest: add acceptance/build-info
petermattis Aug 31, 2018
e3d26a1
roachtest: add acceptance/event-log
petermattis Aug 31, 2018
0049f70
roachtest: add acceptance/bank/{cluster-recovery,node-restart}
petermattis Aug 31, 2018
8dafd29
roachtest: modernize acceptance/bank/{cluster-recovery,node-restart}
petermattis Aug 31, 2018
e856cd2
roachtest: propagate a cancel signal to the test context
petermattis Aug 31, 2018
9feb48e
roachtest: acceptance test cluster size should be 4
petermattis Sep 1, 2018
2e037d6
roachtest: add acceptance/status-server
petermattis Sep 1, 2018
b77ce2c
roachtest: add acceptance/rapid-restart
petermattis Sep 1, 2018
d848f2f
roachtest: wipe before putting binaries
petermattis Sep 1, 2018
d446fa1
roachtest: add comment about acceptance tests
petermattis Sep 1, 2018
5427442
roachtest: add acceptance/gossip/{peerings,restart}
petermattis Sep 1, 2018
ebb7525
roachtest: add acceptance/gossip/restart-node-one
petermattis Sep 1, 2018
60194cc
roachtest: give acceptance tests a 10m timeout
petermattis Sep 1, 2018
220e58c
roachtest: avoid flakiness in acceptance/rapid-restarts on remote clu…
petermattis Sep 1, 2018
d816a5b
roachtest: acceptance/cli/node-status requires a 3 node cluster
petermattis Sep 1, 2018
0fe6fa0
roachtest: add acceptance/version-upgrade
petermattis Sep 1, 2018
5757779
roachtest: deflake acceptance/status-server
petermattis Sep 3, 2018
2c02959
roachtest: fix acceptance/version-upgrade on remote clusters
petermattis Sep 4, 2018
2cdf17a
roachtest: add acceptance/decommission
petermattis Sep 3, 2018
28a49e2
github-pull-request-make: don't add packages with empty names
petermattis Sep 3, 2018
cf832a5
roachtest: add acceptance/cluster-init
petermattis Sep 3, 2018
fdab4c7
roachtest: speed up acceptance/gossip/restart-node-one
petermattis Sep 3, 2018
305b384
roachtest: fix acceptance/decommission on remote clusters
petermattis Sep 5, 2018
3455010
github-pull-request-make: really fix handling of removed tests
petermattis Sep 5, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/teamcity-local-roachtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tc_end_block "Compile workload/roachtest"

tc_start_block "Run local roachtests"
# TODO(peter,dan): curate a suite of the tests that works locally.
run build/builder.sh ./bin/roachtest run '(cli|kv/splits)' \
run build/builder.sh ./bin/roachtest run '(acceptance|kv/splits)' \
--local \
--cockroach "cockroach" \
--workload "bin/workload" \
Expand Down
Loading