Skip to content

Add directories initialiser and tests #348

Add directories initialiser and tests

Add directories initialiser and tests #348

GitHub Actions / Test reports for linux succeeded Oct 23, 2024 in 0s

41 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.extensions.KListStoreTests.xml 9✅ 14ms
kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.extensions.KVersionedStoreTests.xml 6✅ 6ms
kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.FileCodecTests.xml 4✅ 5ms
kstore/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.extensions.KCachedStoreTests.xml 4✅ 2ms
kstore/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.KStoreTests.xml 18✅ 217ms

✅ kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.extensions.KListStoreTests.xml

9 tests were completed in 14ms with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.xxfast.kstore.file.extensions.KListStoreTests 9✅ 14ms

✅ io.github.xxfast.kstore.file.extensions.KListStoreTests

✅ testReadEmpty[linux]
✅ testReadIndex[linux]
✅ testReadDefault[linux]
✅ testReadPreviouslyStoredList[linux]
✅ testPlus[linux]
✅ testMinus[linux]
✅ testMap[linux]
✅ testMapIndexed[linux]
✅ testUpdatesOrEmpty[linux]

✅ kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.extensions.KVersionedStoreTests.xml

6 tests were completed in 6ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.xxfast.kstore.file.extensions.KVersionedStoreTests 6✅ 6ms

✅ io.github.xxfast.kstore.file.extensions.KVersionedStoreTests

✅ testStoreDelete[linux]
✅ testMigrationV0ToV1BinaryCompatible[linux]
✅ testMigrationV1ToV2[linux]
✅ testMigrationV2ToV3[linux]
✅ testMigrationV1ToV3[linux]
✅ testMigrationV3ToV2[linux]

✅ kstore-file/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.file.FileCodecTests.xml

4 tests were completed in 5ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.xxfast.kstore.file.FileCodecTests 4✅ 5ms

✅ io.github.xxfast.kstore.file.FileCodecTests

✅ testEncode[linux]
✅ testDecode[linux]
✅ testTransactionalEncode[linux]
✅ testDecodeMalformedFile[linux]

✅ kstore/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.extensions.KCachedStoreTests.xml

4 tests were completed in 2ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.xxfast.kstore.extensions.KCachedStoreTests 4✅ 2ms

✅ io.github.xxfast.kstore.extensions.KCachedStoreTests

✅ testCachedEmpty[linux]
✅ testCachedNotEmpty[linux]
✅ testCachedWhenCacheDisabled[linux]
✅ testCachedCleared[linux]

✅ kstore/build/test-results/linuxTest/TEST-io.github.xxfast.kstore.KStoreTests.xml

18 tests were completed in 217ms with 18 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.github.xxfast.kstore.KStoreTests 18✅ 217ms

✅ io.github.xxfast.kstore.KStoreTests

✅ testReadEmpty[linux]
✅ testReadDefault[linux]
✅ testReadGeneric[linux]
✅ testReadGenericDefault[linux]
✅ testReadPreviouslyStoredWithDefault[linux]
✅ testWrite[linux]
✅ testWriteGeneric[linux]
✅ testUpdates[linux]
✅ testUpdatesWithPreviouslyStoredValue[linux]
✅ testUpdatesWithPreviouslyStoredValueWithDefault[linux]
✅ testDelete[linux]
✅ testReset[linux]
✅ testCaching[linux]
✅ testNonCaching[linux]
✅ testConcurrentWrite[linux]
✅ testConcurrentRead[linux]
✅ testUpdate[linux]
✅ testClose[linux]