ci: add remaining integration tests #5681
test.yml
on: push
Matrix: image-test-builds
Run Admin UI Checks
33s
Run Admin UI Flutter Checks
1m 14s
Check Formatting
1m 34s
Run Unit Tests
2m 6s
Build Helm Chart
13s
Run transport Tests (on SQL Server)
2m 17s
Run transport Tests (on Postgres)
2m 1s
Matrix: integration-test
Annotations
62 errors
Run transport Tests (on Postgres)
Process completed with exit code 1.
|
Run transport Tests (on SQL Server)
Process completed with exit code 1.
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAChallengeAsAnAnonymousUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAnIdentity:
ConsumerApi.Tests.Integration/Features/Identities/POST.feature#L10
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAnIdentity
Expected ((int)_identityResponse!.Status) to be 201, but found 400 (difference of 199).
|
StartingADeletionProcess:
ConsumerApi.Tests.Integration/Features/Identities/Self/DeletionProcess/POST.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAnIdentity
Expected ((int)_identityResponse!.Status) to be 201, but found 400 (difference of 199).
|
StartingADeletionProcess:
ConsumerApi.Tests.Integration/Features/Identities/Self/DeletionProcess/POST.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAnIdentity
Expected ((int)_identityResponse!.Status) to be 201, but found 400 (difference of 199).
|
StartingADeletionProcess:
ConsumerApi.Tests.Integration/Features/Identities/Self/DeletionProcess/POST.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
CreatingAnIdentity
Expected ((int)_identityResponse!.Status) to be 201, but found 400 (difference of 199).
|
StartingADeletionProcess:
ConsumerApi.Tests.Integration/Features/Identities/Self/DeletionProcess/POST.feature#L11
System.Exception : There was an error when creating the identity. The error code was 'error.platform.unauthorized'. The message was 'You have to authenticate in order to execute this action. Further make sure that the auth token has not expired.'.
|
RequestingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
RequestingANonexistentChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/{id}/GET.feature#L16
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAChallengeAsAnAnonymousUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAChallengeAsAnAuthenticatedUser:
ConsumerApi.Tests.Integration/Features/Challenges/POST.feature#L18
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingAnOnboardedDeviceIsNotPossible:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L18
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingANonExistentDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L25
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
DeletingAnUn_OnboardedDevice:
ConsumerApi.Tests.Integration/Features/Devices/{id}/DELETE.feature#L11
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
UpdatingOwnDeviceWithInvalidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L16
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
UpdatingOwnDeviceWithValidData:
ConsumerApi.Tests.Integration/Features/Devices/PUT.feature#L10
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
CreatingAnIdentity:
ConsumerApi.Tests.Integration/Features/Identities/POST.feature#L10
System.Net.Http.HttpRequestException : Connection refused (localhost:5000)
----> System.Net.Sockets.SocketException : Connection refused
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
AdminApi-postgres
Expired
|
78.1 KB |
|
AdminApi-sqlserver
Expired
|
92.3 KB |
|
ConsumerApi-postgres
Expired
|
39.1 KB |
|
ConsumerApi-sqlserver
Expired
|
44 KB |
|
IdentityDeletionJob-postgres
Expired
|
28 KB |
|
IdentityDeletionJob-sqlserver
Expired
|
30.9 KB |
|
docker-event-handler-service
Expired
|
74 MB |
|
transport-test-postgres-docker-logs
Expired
|
35.2 KB |
|
transport-test-sqlserver-docker-logs
Expired
|
39.5 KB |
|