-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
I see that e.g. #2087 did work to improve things here, but I think I have a case where I'm stuck and reframe isn't helping me understand my problem.
Specifically, I get skipping test 'PerformanceTest': test has one or more undefined parameters and adding -v to the commandline doesn't help by giving me a stack trace.
With either spack version 3.8.1, git 3.8.1 or git master HEAD, I get output like
$ ~/git/reframe/bin/reframe -v -C settings.py -c run-benchmarks.py -r --keep-stage-files -s stage -o output --dont-restage --system amd-devcloud --module-path $HOME/progs/modulefiles
[ReFrame Setup]
version: 3.9.0-dev.3+4ab88beb
command: '/home/mabraham/git/reframe/bin/reframe -v -C settings.py -c run-benchmarks.py -r --keep-stage-files -s stage -o output --dont-restage --system amd-devcloud --module-path /home/mabraham/progs/modulefiles'
launched by: mabraham@ts1-sjc2-03-ge
working directory: '/home/mabraham/benchmarks/hipsycl-vs-hip'
settings file: 'settings.py'
check search path: '/home/mabraham/benchmarks/hipsycl-vs-hip/run-benchmarks.py'
stage directory: '/home/mabraham/benchmarks/hipsycl-vs-hip/stage'
output directory: '/home/mabraham/benchmarks/hipsycl-vs-hip/output'
/home/mabraham/git/reframe/bin/reframe: skipping test 'PerformanceTest': test has one or more undefined parameters
Loaded 1 test(s)
Generated 0 test case(s)
Filtering test cases(s) by name: 0 remaining
Filtering test cases(s) by tags: 0 remaining
Filtering test cases(s) by other attributes: 0 remaining
Final number of test cases: 0
[==========] Running 0 check(s)
[==========] Started on Tue Oct 26 07:22:56 2021
[----------] waiting for spawned checks to finish
[----------] all spawned checks have finished
[ PASSED ] Ran 0/0 test case(s) from 0 check(s) (0 failure(s), 0 skipped)
[==========] Finished on Tue Oct 26 07:22:56 2021
Run report saved in '/home/mabraham/.reframe/reports/run-report.json'
Log file(s) saved in '/tmp/rfm-nroxowcm.log'
The log file is attached rfm-nroxowcm.log