- Summary
- Jenkins sometimes fails to show the list of tests; Owner: Tim; Reporter: Tim; Status: open; Priority: high
|
; Summary: Jenkins sometimes fails to show the list of tests; Owner: Tim; Reporter: Tim; Status: open; Priority: high
|
|
|
= Description =Sometimes when I start the docker container for Fuego, it doesn't showall the tests in the Dashboard view.
|
|
On Oct 28, I did 'docker ps', and determined that no docker containers whererunning. Then I did fuego-host-scripts/docker-start-container.sh
|
On Oct 28, I did 'docker ps', and determined that no docker containers whererunning. Then I did fuego-host-scripts/docker-start-container.sh
|
|
Everything appeared to start OK. When I looked at the list of Benchmarktests in the test dashboard, there was only one benchmark listed.Under the Functional tab, only 5 tests were listed.
|
Everything appeared to start OK. When I looked at the list of Benchmarktests in the test dashboard, there was only one benchmark listed.Under the Functional tab, only 5 tests were listed.
|
|
I exited the container, and restarted the container, and now therewere no tests listed under either the Functional or Benchmark tabs.
|
I exited the container, and restarted the container, and now therewere no tests listed under either the Functional or Benchmark tabs.
|
|
After fiddling around (see the notes below), things have appeared again.However, I don't know how to reproduce the problem.
|
After fiddling around (see the notes below), things have appeared again.However, I don't know how to reproduce the problem.
|
|
|
= Notes =Things I've tried (or want to try): * reload the configuration using the web interface (no effect) * create a new container? * This worked, but I lost my test history * stop the docker daemon on the host (didn't try that alone yet) * restart with old container again, after starting a different container * this worked, and I have my test history back
|
|
I don't know how to reproduce the problem. I can't figure out what causes it.
|
I don't know how to reproduce the problem. I can't figure out what causes it.
|
|
Is this a problem with the main config.xml? * I don't think so. There are some modifications to /userdata/conf/config.xml, but nothing that would appear to affect the dashboard test view * what part of jenkins scans the test directory for tests? * the dashboard plugins uses a regex to print a list of tests that match the regex, by name, but where does the scanned list come from. * something must scan the directory (something in Jenkins core) * is there a debug log for Jenkins somewhere?
|
Is this a problem with the main config.xml? * I don't think so. There are some modifications to /userdata/conf/config.xml, but nothing that would appear to affect the dashboard test view * what part of jenkins scans the test directory for tests? * the dashboard plugins uses a regex to print a list of tests that match the regex, by name, but where does the scanned list come from. * something must scan the directory (something in Jenkins core) * is there a debug log for Jenkins somewhere?
|
|
Try to find out what causes this. Ideas: * some alteration of the /userdata/conf/config.xml file?
|
Try to find out what causes this. Ideas: * some alteration of the /userdata/conf/config.xml file?
|
|
How is the test list populated? * are the tests scanned?
|
How is the test list populated? * are the tests scanned?
|
- backlink
Fuego Issues List
|
; backlink: [[Fuego Issues List]]
|