[
https://issues.apache.org/jira/browse/HBASE-19189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Busbey updated HBASE-19189:
--------------------------------
Attachment: HBASE-19189.0.patch
-0
- add a support script that can take a test name or surefire glob and runs
those tests, without caring about modules or surefire executions or test
categorization
- add a jenkinsfile for a job that uses that script to run tests
job on builds.a.o:
https://builds.apache.org/view/H-L/view/HBase/job/HBase-adhoc-run-tests/
*N.B.* only works on branches that have this jenkinsfile, which means just the
HBASE-19189 branch right now.
example job that ran for "Test*" (should be all tests) with a surefire fork
count of "half available cores", which should result in us using our fair share
of a Hadoop node:
https://builds.apache.org/view/H-L/view/HBase/job/HBase-adhoc-run-tests/20/
(failed in hbase-common)
build artifacts should have
* all surefire-report directory contents
* machine specs
* log from running the last test attempt (the one that presumably failed)
> Ad-hoc test job for running a subset of tests lots of times
> -----------------------------------------------------------
>
> Key: HBASE-19189
> URL: https://issues.apache.org/jira/browse/HBASE-19189
> Project: HBase
> Issue Type: New Feature
> Components: build
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Attachments: HBASE-19189.0.patch
>
>
> we need an ad-hoc jenkins job that will run one or more tests in a loop until
> something fails and then save logs.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)