Skip to content

Update eclipse-temurin Docker tag to v21.0.5_11-jre-alpine (#14) #105

Update eclipse-temurin Docker tag to v21.0.5_11-jre-alpine (#14)

Update eclipse-temurin Docker tag to v21.0.5_11-jre-alpine (#14) #105

GitHub Actions / Test Results succeeded Nov 16, 2024 in 0s

All 31 tests pass in 1m 0s

31 tests  ±0   31 ✅ ±0   1m 0s ⏱️ ±0s
17 suites ±0    0 💤 ±0 
17 files   ±0    0 ❌ ±0 

Results for commit 35ac6aa. ± Comparison against earlier commit bb43e27.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

31 tests found

There are 31 tests, see "Raw output" for the full list of tests.
Raw output
info.jotajoti.jampuz.admin.AdminControllerIntegrationTests ‑ should create admin user
info.jotajoti.jampuz.admin.AdminServiceTests$CreateAdminTests ‑ should create a new admin
info.jotajoti.jampuz.admin.AdminServiceTests$CreateAdminTests ‑ should fail if email already exists
info.jotajoti.jampuz.event.EventControllerIntegrationTests$CreateEventTests ‑ should create event
info.jotajoti.jampuz.event.EventControllerIntegrationTests$CreateEventTests ‑ should not be allowed to create event with same code and year
info.jotajoti.jampuz.event.EventControllerIntegrationTests$GetEventByCodeTests ‑ should return newest event by code
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should not be allowed to update event if changing to existing code or year
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[1]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[2]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[3]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[4]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[5]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[6]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[7]
info.jotajoti.jampuz.event.EventControllerIntegrationTests$UpdateEventTests ‑ should update event(String, Integer, Boolean)[8]
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should not be allowed to register jid code for admin on non-owned location
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should not be allowed to register jid code for anonymous
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should register jid code for admin
info.jotajoti.jampuz.jidcode.FoundJidCodeControllerIntegrationTests$RegisterFoundJidCodeTests ‑ should register jid code for participant
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$AddOwnerTests ‑ should add owner to location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$AddOwnerTests ‑ should not be allowed to add self to not-owned location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$CreateLocationTests ‑ should create location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should not be allowed to remove owner from not-owned location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should not be allowed to remove self from location
info.jotajoti.jampuz.location.LocationControllerIntegrationTests$RemoveOwnerTests ‑ should remove owner from location
info.jotajoti.jampuz.participant.ParticipantControllerIntegrationTests$CreateParticipantTests ‑ should create participant
info.jotajoti.jampuz.participant.ParticipantControllerIntegrationTests$CreateParticipantTests ‑ should not be allowed to create participant with duplicate name in location
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return null if authenticated as admin not participating
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return null if not authenticated
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return value if authenticated as admin participating
info.jotajoti.jampuz.security.SecurityControllerIntegrationTests$AuthenticatedParticipantTests ‑ should return value if authenticated as participant