Skip to content

chore: update extension status to stable (#243) #655

chore: update extension status to stable (#243)

chore: update extension status to stable (#243) #655

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results succeeded Sep 1, 2023 in 0s

All 47 tests pass in 4m 10s

15 files  ±0  15 suites  ±0   4m 10s ⏱️ - 1m 10s
47 tests ±0  47 ✔️ ±0  0 💤 ±0  0 ±0 
58 runs  ±0  58 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit d345db4. ± Comparison against earlier commit 1c6c1bc.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

47 tests found

There are 47 tests, see "Raw output" for the full list of tests.
Raw output
com.example.application.BootstrapTest ‑ devMode_applicationStart_endpointsGenerated
com.example.application.PushTest ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.PushTest(production) ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.SmokeTest ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest ‑ rootPath_viewDisplayed
com.example.application.SmokeTest(production) ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest(production) ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest(production) ‑ rootPath_viewDisplayed
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_emptyMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_missingMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_multipleParameters
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleComplexParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleSimpleParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongEndpointName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongNumberOfParameters_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongParametersOrder_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientDisconnectWithoutCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_subscribeAfterCancel_connectionNotClosedAndMessagesPushed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ reactiveEndpoint_messagesPushedToTheClient
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_anonymous_returnsNull
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_authenticated_returnsPrincipal
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_anonymous_checkIsAlwaysFalse
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_authenticated_checksRoles
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ classUtils_getUserClass_proxiedObject_returnRawClass