Make the "Triage failures" button obey the "show only latest test per cell" filter.  This is a bit of a tricky issue because the table view doesn't have a concept of cells, so the option can't carry directly over.  I've made it simply add a big SQL filter "AND test_idx IN (...)" where ... is a giant list of all the test IDs displayed in the spreadsheet.  I don't think it's ideal but it should work well, at least for now.

Signed-off-by: Steve Howard <showard@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2818 592f7852-d20e-0410-864c-8624ca9c26a4
2 files changed