Skip to content

Conversation

@ramonsmits
Copy link
Member

@ramonsmits ramonsmits commented Dec 16, 2025

Fixed Start/End timestamps used to query SQS Cloudfront to correctly be Utc

  • Upgraded AWSSDK.CloudWatch package to version 4.0.6.1 for latest fixes and improvements.
  • Replaced manual cancellation handling by utilizing TestContext.CurrentContext.CancellationToken to improve test cancellation flow
  • Test know polls for throughput so test completes sooner

… collection

- Adjusted `Initialize` to use the most eastern timezone UTC offset for accurate time handling to validate internally using TUTC
- Fixed Start/End timestamps to correctly be Utc
- Upgraded `AWSSDK.CloudWatch` package to version 4.0.6.1 for latest fixes and improvements.
- Replaced manual cancellation handling by utilizing `TestContext.CurrentContext.CancellationToken` to improve test cancellation flow.
@andreasohlund andreasohlund added this to the 6.9.0 milestone Dec 16, 2025
- Added trace-level logging for skipped dates and query execution details.
- Renamed variables for clarity (`startUtc` → `queryStartUtc`, `endUtc` → `queryendUtc`).
- Adjusted log level for CloudWatch datapoints (`Information` → `Trace`).
…set with an actuall offset, `.GetUtcNow();` return a DateTimeOffset with that same offset (!!) while this MUST be a value without an offset.
@ramonsmits ramonsmits merged commit c21d63c into master Dec 19, 2025
61 of 62 checks passed
@ramonsmits ramonsmits deleted the sqs-query-utc-fixes branch December 19, 2025 10:37
ramonsmits added a commit to Particular/Particular.EndpointThroughputCounter that referenced this pull request Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants