Skip to content

Let the active sqlite module set the "binpath" in the runtime configuration

While using SQLite after having set Athena, one currently gets this error:

SQLite header and source version mismatch
2020-06-18 14:00:33 7ebdfa80be8e8e73324b8d66b3460222eb74c7e9dfd655b48d6ca7e1933cc8fd
2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668

After that, the jobOptions crashes. That is a stopper for all jobOptions that test the new DD infrastructure, which is based on external SQLite files.

This MR fixes the issue by adding the LCG sqlite bin path to the PATH used at runtime.

As always, thanks to @akraszna for all the detailed explanations and links!


Cc: @boudreau @tsulaia @dellacqu

Edited by Riccardo Maria Bianchi

Merge request reports