Skip to content

Update debug recovery test to run without database

Aleksandra Poreba requested to merge aporeba/athena:dbg-test-nodb into master

Update test_trigP1_v1PhysP1_trfDbgStream_build:

  • run the test without using the database - pass configuration via arguments
  • in case useDB flag is not set skip all the database steps
  • check if data from the database or used to configure database connection is available
  • if the database alias is not specified by argument but it's available in COOL set it (or print warning if they are different)

The test may still fail in Checklog step due to rel 22.0.20 warning - will be resolved as soon as new data with new release will be available.

Related to ATR-22721

Tagging @mark

Edited by Aleksandra Poreba

Merge request reports