Skip to content
Snippets Groups Projects
Commit 2eca65bb authored by Petr Špaček's avatar Petr Špaček Committed by Daniel Salzman
Browse files

tests: adapt test_zone-update to work on 32 bit architectures

The test might fail on 32 architectures with error message claiming
"not enough memory". This is probably caused by address space
fragmentation.

To avoid this problem we are using pretty low values for database size
in the test (which contains little data anyway).
parent 9171da0e
Branches
Tags
1 merge request!658tests: zone update test compatibility with 32-bit arches
Pipeline #1383 passed with stages
in 8 minutes and 46 seconds
......@@ -293,6 +293,7 @@ int main(int argc, char *argv[])
" - domain: test.\n"
"template:\n"
" - id: default\n"
" max-journal-db-size: 100M\n"
" storage: %s\n",
temp_dir);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment