Oleksandr Bezdieniezhnykh 43fe38e67d fix(test-infra): reset docker volumes before each test run
The test-db postgres image only executes /docker-entrypoint-initdb.d on a
fresh data directory. Reusing the volume from a prior run silently skipped
new schema migrations (e.g. 04_detection_classes.sql, 05_resources.sql),
producing phantom "relation does not exist" failures on the second and
subsequent runs. Always start with a clean state.

Verified: two consecutive runs both green (48/48 e2e).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-13 04:57:18 +03:00
2026-05-09 05:18:07 +03:00
2024-11-14 16:12:06 +02:00
2025-04-16 01:39:08 +03:00
S
Description
No description provided
2.9 MiB
Languages
C# 96.5%
Shell 2%
Dockerfile 1.4%
Batchfile 0.1%