Gregory Becker
dfb02e6d45
test runner: add options to check installation dir and print purpose
2020-09-23 12:42:18 -07:00
Gregory Becker
b0eb02a86f
cmd/test.py: fix typo in spdx license header
2020-09-23 12:42:14 -07:00
Gregory Becker
6f39d8011e
spack test: factor out common args
2020-09-23 12:42:10 -07:00
Gregory Becker
97dc74c727
python: fix tests, remove intentional debug failures
2020-09-23 12:42:08 -07:00
Gregory Becker
d53eefa69f
fix docs
2020-09-23 12:42:05 -07:00
Gregory Becker
bae57f2ae8
spack test: update existing docs for moved unit-test cmd
2020-09-23 12:41:23 -07:00
Gregory Becker
ba58ae9118
simplify error handling using language features
2020-09-23 12:36:23 -07:00
Gregory Becker
fdb8a59bae
fix get_package_context check whether in a package file
2020-09-23 12:36:22 -07:00
Gregory Becker
d92f52ae02
fix handling of asserts for python3
2020-09-23 12:36:22 -07:00
Gregory Becker
3229bf04f5
fix 'belt and suspenders' for config values
2020-09-23 12:36:21 -07:00
Gregory Becker
c5ae92bf3f
flake
2020-09-23 12:36:19 -07:00
Gregory Becker
f83280cb58
standardize names for configure_test, build_test, install_test
2020-09-23 12:36:18 -07:00
Gregory Becker
0dc212e67d
tests and bugfixes
2020-09-23 12:36:16 -07:00
Gregory Becker
76ce5d90ec
fixup unit-test from develop
2020-09-23 12:36:14 -07:00
Gregory Becker
e5a9a376bf
fix cmd/clean tests
2020-09-23 12:36:13 -07:00
Gregory Becker
d6a497540d
fixup reporter work
2020-09-23 12:36:12 -07:00
Gregory Becker
b996d65a96
bugfix
2020-09-23 12:36:11 -07:00
Gregory Becker
991a2aae37
test name message
2020-09-23 12:36:10 -07:00
Gregory Becker
28e76be185
spack clean: option to clean test stage (-t)
2020-09-23 12:36:09 -07:00
Gregory Becker
70e91cc1e0
spack test: add dirty/clean flags to command
2020-09-23 12:36:08 -07:00
Gregory Becker
b52113aca9
move test dir to config option
2020-09-23 12:36:07 -07:00
Gregory Becker
ce06e24a2e
refactor run_test to Package level
2020-09-23 12:36:06 -07:00
Gregory Becker
dd0fbe670c
continue testing after error
2020-09-23 12:36:05 -07:00
wspear
dadf4d1ed9
Fixed import string ( #15094 )
2020-09-23 12:36:03 -07:00
Gregory Becker
64bac977f1
add spack test-env command, refactor to combine with build-env
2020-09-23 12:36:02 -07:00
Gregory Becker
2f1d26fa87
allow tests to require compiler
2020-09-23 12:36:02 -07:00
Gregory Becker
cf713c5320
Modify existing test methods to naming scheme <phase_name>test
...
Existing test methods run via callbacks at install time when run with `spack install --run-tests`
These methods are tied into the package build system, and cannot be run arbitrarily
New naming scheme for these tests based on the build system phase after which they should be run
The method name `test` is now reserved for methods run via the `spack test` command
2020-09-23 12:36:01 -07:00
Gregory Becker
966fc427a9
copy test data into './data' in test environment
2020-09-23 12:35:56 -07:00
Gregory Becker
8a34511789
improved error printing
2020-09-23 12:35:55 -07:00
Gregory Becker
8f255f9e6a
fix reporter call for install command
2020-09-23 12:35:54 -07:00
Gregory Becker
4d282ad4d9
Changes in cmd/test.py in develop mirrored to cmd/unit-test.py
2020-09-23 12:35:53 -07:00
Gregory Becker
7216451ba7
tests occur in temporary directory, can be kept for debugging
2020-09-23 12:35:52 -07:00
Gregory Becker
e614cdf007
improve error catching/handling/re-raising
2020-09-23 12:35:51 -07:00
Gregory Becker
a13eab94ce
improve logging and add junit basics
2020-09-23 12:35:49 -07:00
Gregory Becker
6574c6779b
python3 syntax for re-raising an error with the old traceback
2020-09-23 12:35:48 -07:00
Gregory Becker
d2cfbf177d
make cdash test reporter work for testing
2020-09-23 12:35:46 -07:00
Gregory Becker
bfb97e4d57
add reporting format options to spack test
2020-09-23 12:35:14 -07:00
Gregory Becker
4151224ef2
WIP infrastructure for Spack test command to test existing installations
2020-09-23 12:22:26 -07:00
Greg Becker
5565b6494d
typo ( #18845 )
2020-09-21 11:54:23 -05:00
Massimiliano Culpo
fcb4dfc307
Ensure variant defaults are parsable from CLI. ( #18661 )
...
- Add a unit test to check if there are unparsable defaults
- Fix 'rust' and 'nsimd' variants
2020-09-19 07:54:26 +02:00
Greg Becker
7585b37865
do out of source builds in hashed directories ( #18574 )
2020-09-18 12:21:13 -07:00
Greg Becker
2e4892c111
env view failures: print underlying error message ( #18713 )
2020-09-18 10:21:14 -07:00
Scott Wittenburg
28ef5b1204
Do not assume we sit in the directory where the env file lives.
2020-09-14 10:37:42 -06:00
Scott Wittenburg
031490f6aa
Remove :<name> interpolation, add SPACK_VERSION variables
...
Also fix issues with documentation to reflect changes
2020-09-14 10:37:42 -06:00
Scott Wittenburg
bf90cdd6c7
Document pipeline keys which can be global but overridden
...
Update pipelines documentation to describe how 'tags', 'variables',
'image', 'before_script', 'script', and 'after_script' can be
supplied at the top level, to be used by any of the runner mappings,
and also overridden by any of the runner mappings.
Also show an example of capturing the custom spack SHA at pipeline
generation time, so all jobs are sure to run with the same version
of spack, as a means to illustrate the $env:VARIABLE_NAME syntax.
2020-09-14 10:37:42 -06:00
Scott Wittenburg
d9e0718c9d
Allow overridable global runner attributes
2020-09-14 10:37:42 -06:00
Scott Wittenburg
e686f1500e
Update pipeline documentation to describe user-provided scripts
2020-09-14 10:37:42 -06:00
Scott Wittenburg
e18612a321
Add test for variable interpolation and scripts
2020-09-14 10:37:42 -06:00
Scott Wittenburg
2386f7582a
Support variable interpolation at pipeline generation time
2020-09-14 10:37:42 -06:00
Scott Wittenburg
ace52bd476
Provide your own script, before_script, and after_script
2020-09-14 10:37:42 -06:00