Skip to content

Checkpoint state, bucket storage adapter, build no longer errors #451

Checkpoint state, bucket storage adapter, build no longer errors

Checkpoint state, bucket storage adapter, build no longer errors #451

Triggered via push August 27, 2026 15:35
Status Failure
Total duration 5m 15s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
Test Packages windows-latest
Process completed with exit code 1.
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Client/Sync/SyncIterationControlFlowTests.cs#L241
'SyncIterationControlFlowTests.ScriptedAdapter' does not implement interface member 'IBucketStorageAdapter.ReadOrUpdateCheckpoint(string, string?)'
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Utils/Sync/MockSyncService.cs#L245
'TestCustomCheckpointsConnector' does not implement interface member 'ICustomCheckpointRequestConnector.PostCheckpointRequest(string, string)'
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Client/Sync/CheckpointRequestsTests.cs#L94
'CheckpointRequestConnector' does not implement interface member 'ICustomCheckpointRequestConnector.PostCheckpointRequest(string, string)'
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Client/Sync/SyncIterationControlFlowTests.cs#L241
'SyncIterationControlFlowTests.ScriptedAdapter' does not implement interface member 'IBucketStorageAdapter.ReadOrUpdateCheckpoint(string, string?)'
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Utils/Sync/MockSyncService.cs#L245
'TestCustomCheckpointsConnector' does not implement interface member 'ICustomCheckpointRequestConnector.PostCheckpointRequest(string, string)'
Test Packages windows-latest: Tests/PowerSync/PowerSync.Common.Tests/Client/Sync/CheckpointRequestsTests.cs#L94
'CheckpointRequestConnector' does not implement interface member 'ICustomCheckpointRequestConnector.PostCheckpointRequest(string, string)'
Test Packages windows-11-arm
The strategy configuration was canceled because "build.windows-latest" failed
Test Packages windows-11-arm
The operation was canceled.
Test Packages windows-latest: PowerSync/PowerSync.Common/Attachments/Attachment.cs#L21
Missing XML comment for publicly visible type or member 'Attachment.State'
Test Packages windows-latest: PowerSync/PowerSync.Common/Attachments/Attachment.cs#L18
Missing XML comment for publicly visible type or member 'Attachment.Filename'
Test Packages windows-latest: PowerSync/PowerSync.Common/Attachments/Attachment.cs#L15
Missing XML comment for publicly visible type or member 'Attachment.Id'
Test Packages windows-latest: PowerSync/PowerSync.Common/Client/Sync/Stream/CheckpointState.cs#L95
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.
Test Packages windows-latest: PowerSync/PowerSync.Common/Client/Sync/Stream/StreamingSyncTypes.cs#L201
Non-nullable property 'CheckpointRequestId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Packages windows-latest: PowerSync/PowerSync.Common/Client/Sync/Stream/StreamingSyncTypes.cs#L198
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Packages windows-latest: PowerSync/PowerSync.Common/Client/Sync/Stream/StreamingSyncTypes.cs#L207
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Packages windows-latest: PowerSync/PowerSync.Common/Client/Sync/Stream/StreamingSyncTypes.cs#L213
Non-nullable property 'CheckpointRequestId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.