Skip to content

remove https direction for benchmark tests #203

remove https direction for benchmark tests

remove https direction for benchmark tests #203

Re-run triggered March 5, 2025 11:00
Status Failure
Total duration 2m 10s
Artifacts

benchmark.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
benchmark
Process completed with exit code 1.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L21
Non-nullable property 'BlockedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L26
Non-nullable property 'AllowedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L31
Non-nullable property 'BlockedUserAgents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L41
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L46
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/FirewallListConfig.cs#L51
Non-nullable property 'Ips' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L5
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L6
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L9
Non-nullable property 'AllowedIPAddresses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
benchmark: e2e/Aikido.Zen.Server.Mock/Models/EndpointConfig.cs#L10
Non-nullable property 'RateLimiting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.