nextcloud-server/tests/lib/Snowflake
Benjamin Gaussorgues fa7e569a16
fix(snowflakes): FileSequence generator must always use the same dir
`TempManager::getTemporaryFolder` is returning a random directory.
FileSequence needs always the same directory, even if different
processes.

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-12-15 15:58:15 +07:00
..
APCuTest.php
DecoderTest.php
FileSequenceTest.php fix(snowflakes): FileSequence generator must always use the same dir 2025-12-15 15:58:15 +07:00
GeneratorTest.php feat(config): add serverid configuration and use it for Snowflakes 2025-11-03 14:25:09 +07:00
ISequenceBase.php