Skip to content

chore: make way for copilot solution #5486

chore: make way for copilot solution

chore: make way for copilot solution #5486

Triggered via push June 25, 2024 10:28
Status Failure
Total duration 8m 49s
Artifacts

test.yml

on: push
Run Admin UI Checks
32s
Run Admin UI Checks
Run Admin UI Flutter Checks
1m 13s
Run Admin UI Flutter Checks
Check Formatting
1m 43s
Check Formatting
Run Unit Tests
2m 7s
Run Unit Tests
Run Integration Tests (on SQL Server)
8m 39s
Run Integration Tests (on SQL Server)
Run Integration Tests (on Postgres)
8m 4s
Run Integration Tests (on Postgres)
Run transport Tests (on SQL Server)
7m 56s
Run transport Tests (on SQL Server)
Run transport Tests (on Postgres)
7m 12s
Run transport Tests (on Postgres)
Build Helm Chart
11s
Build Helm Chart
Build Consumer API Container Image
1m 34s
Build Consumer API Container Image
Build Event Handler Service Container Image
1m 26s
Build Event Handler Service Container Image
Build Database Migrator Container Image
1m 18s
Build Database Migrator Container Image
Build Database Migrator Container Image
1m 24s
Build Database Migrator Container Image
Build Admin UI Container Image
2m 31s
Build Admin UI Container Image
Build Admin CLI Container Image
41s
Build Admin CLI Container Image
Build Files Sanity Check Container Image
46s
Build Files Sanity Check Container Image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 15 warnings
Run Admin UI Checks
Process completed with exit code 1.
Check Formatting
Process completed with exit code 2.
Check Formatting: performance-tests/Identity.Pool.Creator/MainCommand.cs#L44
Unnecessary assignment of a value to 'generator'
Run Unit Tests: performance-tests/Identity.Pool.Creator/GraphPoolsGenerator/GraphPoolsGenerator.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L5
Non-nullable property 'Pools' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L6
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L8
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L138
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Unit Tests: performance-tests/Identity.Pool.Creator/GraphPoolsGenerator/GraphPoolsGenerator.cs#L39
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run Unit Tests: performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L5
Non-nullable property 'Pools' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.