Tests failing with no explanatory text - Need a runtime log from c-c-s to debug things.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PlainBox (Toolkit) |
New
|
High
|
Unassigned |
Bug Description
On two systems I've tested, I've run into a problem in which several tests have failed with no explanatory text -- that is, the "details" column in C3 or the unlabelled column that shows test details in results.html is completely empty. The first case was an Intel Decathlete server, and the second is a Cisco C220. I'm attaching the results.html and submission.xml files from the latter system. (There were no files in the ~/.cache directory tree aside from an empty ~/.cache/
When re-running tests on the Intel Decathelete with no changes to the configuration file or installed software, the tests succeeded. I'm currently re-running on the Cisco C220.
Here's some information on the installed packages:
$ dpkg -l '*plainbox*'| cat
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii plainbox-
ii plainbox-
ii plainbox-
ii plainbox-
un plainbox-
ii python3-plainbox 0.6~dev+
Looking at the submission file, the following are missing any output:
memory/check
- Failed in results. Nothing in comments. looking at the script, it prints some data to stdout and some to stderr.
virtualization/ kvm_check_ vm
- Failed in results. Nothing in comments. Also prints to both stdout and stderr.
memory/info
- Failed in results. Nothing in comments. Always returns 0... should not have failed... Prints only to stdout.
I think to start with, at this point, getting a traceable log from the test tool is critical. Without being able to look back at the run as it was happening, there's no way to debug this.