Bump kotlin from 2.2.20 to 2.2.21 (#269) #384
GitHub Actions / Test Results
succeeded
Oct 25, 2025 in 0s
All 181 tests pass in 30s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
181 tests found
There are 181 tests, see "Raw output" for the full list of tests.
Raw output
TestLogger ‑ test debug()
TestLogger ‑ test error throwable()
TestLogger ‑ test error()
TestLogger ‑ test info()
TestLogger ‑ test warning()
TestPackageInformation ‑ test version()
data.TestBlockingRecurrenceYearly ‑ test equals and hashCode()
data.TestEntityTypes ‑ testName()
data.TestExternalTrack ‑ test decodeFromPart lenient invalid()
data.TestExternalTrack ‑ test decodeFromPart lenient valid()
data.TestExternalTrack ‑ test decodeFromPart not lenient invalid()
data.TestExternalTrack ‑ test decodeFromPart not lenient valid()
data.TestGrades ‑ Test grade conversions()
data.TestLatLng ‑ test LatLng()
data.TestPitchInfo ‑ test JSON()
data.TestPitchInfo ‑ test equals()
database.entity.TestArea ‑ test Area serialization()
database.entity.TestArea ‑ test Area_equals()
database.entity.TestBlocking ‑ test set recurrence and endDate()
database.entity.TestPath ‑ test Path serialization()
database.entity.TestPath ‑ test Path_equals()
database.entity.TestSector ‑ test Sector serialization()
database.entity.TestSector ‑ test Sector_equals()
database.entity.TestZone ‑ test Zone serialization()
database.entity.TestZone ‑ test Zone_equals()
server.database.TestDatabase ‑ test Blocking with endDate()
server.database.TestDatabase ‑ test Blocking with recurrence()
server.database.TestDatabase ‑ test creating data classes()
server.endpoints.TestRootEndpoint ‑ test 404()
server.endpoints.TestRootEndpoint ‑ test root()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - both ending and recurrence()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - invalid path()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - missing type()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - no ending, no recurrence()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - no ending, with recurrence()
server.endpoints.block.TestAddBlockEndpoint ‑ test adding block to path - with ending, no recurrence()
server.endpoints.block.TestDeleteBlockEndpoint ‑ test deleting path's block()
server.endpoints.block.TestGetAllBlocksEndpoint ‑ test get all blocks()
server.endpoints.block.TestGetBlockEndpoint ‑ test get path's block()
server.endpoints.block.TestPatchBlockEndpoint ‑ test block patching - endDate()
server.endpoints.block.TestPatchBlockEndpoint ‑ test block patching - recurrence()
server.endpoints.block.TestPatchBlockEndpoint ‑ test block patching - type()
server.endpoints.create.TestAreaCreationEndpoint ‑ test area creation - missing arguments()
server.endpoints.create.TestAreaCreationEndpoint ‑ test area creation()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation - invalid zone id()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation - missing arguments()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation - too many images()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation - with image()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation - with multiple images()
server.endpoints.create.TestPathCreationEndpoint ‑ test path creation()
server.endpoints.create.TestSectorCreationEndpoint ‑ test sector creation - invalid zone id()
server.endpoints.create.TestSectorCreationEndpoint ‑ test sector creation - missing arguments()
server.endpoints.create.TestSectorCreationEndpoint ‑ test sector creation - without gpx()
server.endpoints.create.TestSectorCreationEndpoint ‑ test sector creation()
server.endpoints.create.TestZoneCreationEndpoint ‑ test zone creation - invalid zone id()
server.endpoints.create.TestZoneCreationEndpoint ‑ test zone creation - missing arguments()
server.endpoints.create.TestZoneCreationEndpoint ‑ test zone creation - no points()
server.endpoints.create.TestZoneCreationEndpoint ‑ test zone creation()
server.endpoints.delete.TestDeleteAreaEndpoint ‑ test deleting Area with children()
server.endpoints.delete.TestDeleteAreaEndpoint ‑ test deleting Area()
server.endpoints.delete.TestDeleteAreaEndpoint ‑ test deleting non existing Area()
server.endpoints.delete.TestDeletePathEndpoint ‑ test deleting Path with blocks()
server.endpoints.delete.TestDeletePathEndpoint ‑ test deleting Path with images()
server.endpoints.delete.TestDeletePathEndpoint ‑ test deleting Path()
server.endpoints.delete.TestDeletePathEndpoint ‑ test deleting non existing Path()
server.endpoints.delete.TestDeleteSectorEndpoint ‑ test deleting Sector with children()
server.endpoints.delete.TestDeleteSectorEndpoint ‑ test deleting Sector()
server.endpoints.delete.TestDeleteSectorEndpoint ‑ test deleting non existing Sector()
server.endpoints.delete.TestDeleteZoneEndpoint ‑ test deleting Zone with children()
server.endpoints.delete.TestDeleteZoneEndpoint ‑ test deleting Zone()
server.endpoints.delete.TestDeleteZoneEndpoint ‑ test deleting non existing Zone()
server.endpoints.files.TestFileDownloading ‑ test downloading files()
server.endpoints.files.TestFileDownloading ‑ test downloading resized files (webp)()
server.endpoints.files.TestFileDownloading ‑ test downloading resized files - height()
server.endpoints.files.TestFileFetching ‑ test data multiple()
server.endpoints.files.TestFileFetching ‑ test data no extension()
server.endpoints.files.TestFileFetching ‑ test data()
server.endpoints.files.TestFileFetching ‑ test doesn't exist()
server.endpoints.files.TestFilesFetching ‑ test data multiple()
server.endpoints.files.TestFilesFetching ‑ test data no extension()
server.endpoints.files.TestFilesFetching ‑ test data()
server.endpoints.files.TestFilesFetching ‑ test doesn't exist()
server.endpoints.info.TestServerInfoEndpoint ‑ test server information()
server.endpoints.patch.TestPatchAreaEndpoint ‑ test patching Area - update display name()
server.endpoints.patch.TestPatchAreaEndpoint ‑ test patching Area - update image()
server.endpoints.patch.TestPatchAreaEndpoint ‑ test patching Area - update web url()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - add and remove image()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - add image()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove aid grade()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove builder()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove burilCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove description()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove ending()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove grade()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove height()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove image()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove paraboltCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove pitches()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove pitonCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove reBuilder()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove spitCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove stringCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - remove tensorCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update aid grade()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update builder()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update burilCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update crackerRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update description()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update display name()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update ending()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update friendRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update grade()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update height()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update lanyardRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update nailRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update paraboltCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update pitches and gradle()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update pitches()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update pitonCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update pitonRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update reBuilder()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update showDescription()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update sketchId()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update spitCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update stapesRequired()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update stringCount()
server.endpoints.patch.TestPatchPathEndpoint ‑ test patching Path - update tensorCount()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - remove gpx()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - remove point()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - remove walking time()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update display name()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update gpx()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update image()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update kids apt()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update phone signal availability()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update point()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update sun time()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update tracks()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update walking time()
server.endpoints.patch.TestPatchSectorEndpoint ‑ test patching Sector - update weight()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - remove point()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update display name()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update image()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update point()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update points()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update track()
server.endpoints.patch.TestPatchZoneEndpoint ‑ test patching Zone - update web url()
server.endpoints.query.TestAreaFetchingEndpoint ‑ test getting area - doesn't exist()
server.endpoints.query.TestAreaFetchingEndpoint ‑ test getting area()
server.endpoints.query.TestLastUpdateEndpoint ‑ test last update()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path - doesn't exist()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path - fix invalid pitches()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path - fix null builder()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path - id NaN()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path - with image()
server.endpoints.query.TestPathFetchingEndpoint ‑ test getting path()
server.endpoints.query.TestSectorFetchingEndpoint ‑ test getting sector - doesn't exist()
server.endpoints.query.TestSectorFetchingEndpoint ‑ test getting sector - id NaN()
server.endpoints.query.TestSectorFetchingEndpoint ‑ test getting sector()
server.endpoints.query.TestTreeEndpoint ‑ test getting tree - zone without points()
server.endpoints.query.TestTreeEndpoint ‑ test getting tree()
server.endpoints.query.TestZoneFetchingEndpoint ‑ test getting zone - doesn't exist()
server.endpoints.query.TestZoneFetchingEndpoint ‑ test getting zone - id NaN()
server.endpoints.query.TestZoneFetchingEndpoint ‑ test getting zone()
server.handling.HandleWeirdData ‑ test Path - empty pitches()
server.responses.TestResponseFunctions ‑ test respondFailure()
server.responses.TestResponseFunctions ‑ test respondSuccess()
system.EnvironmentVariablesTest ‑ test EnvironmentVariable()
utils.ConditionUtilsTest ‑ test areAllNull()
utils.ConditionUtilsTest ‑ test isAnyNull()
utils.ImageUtilsTest ‑ test image integrity - compliant()
utils.ImageUtilsTest ‑ test image integrity - corrupt()
utils.ImageUtilsTest ‑ test image scaling (webp)()
utils.ImageUtilsTest ‑ test image scaling - change height()
utils.ImageUtilsTest ‑ test image scaling - change width()
utils.ImageUtilsTest ‑ test image scaling - height oversize()
utils.ImageUtilsTest ‑ test image scaling - no size()
utils.ImageUtilsTest ‑ test image scaling - width oversize()
utils.ImageUtilsTest ‑ test isExtensionSupported()
utils.TestStringUtils ‑ test removeAccents()
utils.TestStringUtils ‑ test urlEncoded()
Loading