Skip to content

Add scavenge script, scheduler, and Pester tests #206

Add scavenge script, scheduler, and Pester tests

Add scavenge script, scheduler, and Pester tests #206

Triggered via pull request July 9, 2026 13:26
Status Failure
Total duration 1m 7s
Artifacts

pullrequest.yml

on: pull_request
Build and Test Pull Requests
46s
Build and Test Pull Requests
Run PowerShell Tests
25s
Run PowerShell Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 warnings
Run PowerShell Tests
Process completed with exit code 1.
Run PowerShell Tests
[-] scavenge.ps1.does not add an Authorization header when only one credential is supplied 13ms (12ms|1ms)
Run PowerShell Tests
[-] scavenge.ps1.adds a Basic Authorization header when username and password are both provided 19ms (18ms|1ms)
Run PowerShell Tests
[-] scavenge.ps1.posts to /admin/scavenge after trimming a trailing slash from BaseUrl 50ms (44ms|7ms)
Run PowerShell Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test Pull Requests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-dotnet@v4.0.1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L25
Non-nullable field 'ClientToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TransactionDataGeneratorService.cs#L25
Non-nullable field 'TokenResponse' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build and Test Pull Requests: TransactionProcessing.SchedulerService/TransactionProcessing.SchedulerService.DataGenerator/TraceEventArgs.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.