Skip to content

TCT tests - Disabling unnecessary tests and applying new naming convention

This MR is a continuation of MR !40127 (merged). It disables several unnecessary TCT tests from the set of key tests (using q-tags q220, q221, q223, q431, and q441). Also the naming convention is updated. The changes were discussed at the Reconstruction meeting and with @elmsheus and @mhodgkin.

These will be the variants of the key tests:

  • test_q220.sh, test_q221.sh, test_q223.sh, test_q431.sh, test_q441.sh - default settings (MT with 8 threads)
  • test_q220_mp.sh, test_q221_mp.sh, test_q223_mp.sh, test_q431_mp.sh - alternative settings (using MP)
  • test_q441_serial.sh - alternative settings (MT enabled with 1 thread)

Also the tests test_Run00330470_Muons_Collisions.sh and test_run00184169_egamma_collisions.sh are disabled.

One additional update: the test test_reco_mc16e.sh now uses 8 threads (previously 1 thread).

Tagging @rmazini

Merge request reports