Home | History | Annotate | Download | only in tko

Lines Matching refs:test_idx

201     test_idx| job_idx | test            | ... | invalid | invalidates_test_idx
210 are set to 10 and 11 (the test_idx of the rows for the original job).
569 raw_old_tests = db.select("test_idx,subdir,test", "tko_tests",
572 old_tests = dict(((test, subdir), test_idx)
573 for test_idx, subdir, test in raw_old_tests)
578 test_idx = old_tests.pop((test.testname, test.subdir), None)
579 if test_idx is not None:
580 test.test_idx = test_idx
589 for test_idx in tests.itervalues():
590 where = {'test_idx' : test_idx}
595 db.delete('tko_test_labels_tests', {'test_id': test_idx})