-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit bd6a02d
Fix test issue-1831.json on LMDB
When LMDB is enabled, ModSecurity stores its persistent variables in
"./modsec-shared-collections" file. Since this file wasn't cleared between
tests, tests behaved differently on "in-memory per-process" and LMDB backend.
This test never worked in LMDB configuration. It hasn't been discovered
until now because Travis CI didn't test LMDB configuration when test was
introduced.1 parent 37cf60b commit bd6a02d
1 file changed
+8
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
19 | + | ||
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
| |||
136 | 138 |
| |
137 | 139 |
| |
138 | 140 |
| |
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
139 | 147 |
| |
140 | 148 |
| |
141 | 149 |
| |
|
0 commit comments