Skip to content
Snippets Groups Projects

tests: zone update test compatibility with 32-bit arches

Merged Petr Špaček requested to merge 32bit-test_zone-update into master
Viewing commit 2eca65bb
Show latest version
1 file
+ 1
0
Preferences
Compare changes
  • 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).
+ 1
0
@@ -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);