Mihael Pranjić
Mihael Pranjić
> How do you execute the tests without running into these problems? I usually use a clean docker environment to avoid any left-over files. > the shell recorder moves and...
Sorry, please rebase again. The error should be fixed on master with e3c31c738d3666878635741f2c97e979503f2f23.
> The stat64 obviously are needed but why do we recreate the mmap if actually nothing has changed? Shouldn't kdbGet be a NOP then? I simply overlooked this case to...
Tests should definitely be more isolated (e.g. like proposed here somewhere under TMPDIR) and never modify other existing (configuration) files.
Another idea: we could use ramdisk for parts or all of the tests, at least on slow machines.
The tests are running much faster on `a7` since the ext4 formatted SSD was added: ``` Start 178: testscr_check_kdb_internal_suite 215/258 Test #178: testscr_check_kdb_internal_suite .............. Passed 94.78 sec ``` I'll change...
The `testscr_check_kdb_internal_suite` test alone takes now about 40 minutes of time on `i7`. Using `tmpfs` for the config and cache directories (due to heavy I/O) reduces the test time from...
Places where usage and decisions of global keyset are documented: 1. https://github.com/ElektraInitiative/libelektra/blob/master/doc/decisions/global_keyset.md 2. https://github.com/ElektraInitiative/libelektra/blob/master/doc/tutorials/plugins.md#elektraplugingetglobalkeyset 3. https://github.com/ElektraInitiative/libelektra/blob/a80240f20c735514d9ba4f7a98a1306f11eab12d/src/plugins/doc/doc.c#L150-L163 4. https://github.com/ElektraInitiative/libelektra/blob/a80240f20c735514d9ba4f7a98a1306f11eab12d/src/libs/plugin/plugin.c#L152-L170 Personally I think points 3 and 4 are most important to a...
> I don't see much information about the structure of the global keyset. Not sure what is meant here, it is just a keyset. > Also where/when/how plugins are supposed...
Elektra 0.9.1 was released! https://www.libelektra.org/news/0.9.1-release @ElektraInitiative/elektradevelopers please share on social media and post here where you shared something. @markus2330 website is deployed, you can post the news. Please inform me...