wcs-olap/tests
Benjamin Dauvergne 47a85d8531 feeder: add option post-sync-commands (#56164)
Exemple:

  [wcs-olap]
  post-sync-commands = ALTER DEFAULT PRIVILEGES IN SCHEMA {schema} GRANT SELECT ON TABLES TO user;
    GRANT USAGE ON SCHEMA {schema} TO user;
    GRANT SELECT ON ALL TABLES IN SCHEMA {schema}  TO user;

Those commands will be launched after the synchronization, interpolation
variables are usable (like {schema} for the target schema name).
2021-08-14 23:41:16 +02:00
..
conftest.py misc: integrate with sentry (#56038) 2021-08-07 15:35:30 +02:00
olap.model misc: accept duplicate fields with the same type (#42429) 2020-09-25 20:39:41 +02:00
test_feeder.py feeder: add option post-sync-commands (#56164) 2021-08-14 23:41:16 +02:00
test_sentry.py tests: add test_sentry (#56038) 2021-08-14 10:54:16 +02:00
test_wcs.py misc: integrate with sentry (#56038) 2021-08-07 15:35:30 +02:00
utils.py tests: adapt to changes in wcs runscript command (#42098) 2020-05-15 10:57:05 +02:00