spacetelescope / pandokia

Regression tests framework.
Other
2 stars 4 forks source link

Treewalk button on landing page is broken #44

Open cslocum opened 5 years ago

cslocum commented 5 years ago

Clicking on the "treewalk" button on the Pandokia home page (on glitch) leads to a traceback/crash. The failure is pretty deep in the stack, and I'm not going to debug it at the moment. I suspect this is a feature that is not used very often. @vglaidler, correct me if I am wrong about that.

vglaidler commented 5 years ago

Hm, there's a difference between "treewalk" and "the treewalk button on the landing page." Treewalking is fundamental to Pandokia. Did you confirm that the treewalk functionality elsewhere in the system works properly? eg, go to a qid, then click the "treewalk this qid".

Did you specify a valid set of inputs for the test run before pressing the button? Although I see that even if I don't specify a valid set of inputs on ssb/c96, it still doesn't give a traceback.

I'd be interested in seeing the traceback.

The functionality to treewalk an arbitrarily filtered (set of) test run(s) is indeed not used very often, because we normally go through one of the more standard searches. Ohh, I wonder if we missed a spot where the new custom field has to be defined...

cslocum commented 5 years ago

"Treewalk this qid" works, elsewhere in the system. It's just the button on the landing page that does not work.