Skip to content

test(playstation): Fix failing test due to hard coded ts and clock drift correction#5513

Merged
tobias-wilfert merged 1 commit intomasterfrom
tobias-wilfert/fix/playstation-test
Jan 7, 2026
Merged

test(playstation): Fix failing test due to hard coded ts and clock drift correction#5513
tobias-wilfert merged 1 commit intomasterfrom
tobias-wilfert/fix/playstation-test

Conversation

@tobias-wilfert
Copy link
Member

@tobias-wilfert tobias-wilfert commented Jan 7, 2026

The timestamp is now 90s days in the past hence we now fail some validation and get an error. Update the assertion for now to deal with that, something similar already has been done in the file: #5079.

A better solution might be doing something like this:

relay = relay_with_processing(
{
# Prevent normalization from overwriting the minidump timestamp
"processing": {"max_secs_in_past": 2**32 - 1}
}
)

@tobias-wilfert tobias-wilfert self-assigned this Jan 7, 2026
@tobias-wilfert tobias-wilfert requested a review from a team as a code owner January 7, 2026 09:05
@tobias-wilfert tobias-wilfert requested a review from Dav1dde January 7, 2026 09:05
@tobias-wilfert tobias-wilfert changed the title test: Fix playstation test asserting on timestamp test(playstation): Fix failing test due to hard coded ts and clock drift correction Jan 7, 2026
@tobias-wilfert tobias-wilfert added this pull request to the merge queue Jan 7, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 7, 2026
@tobias-wilfert tobias-wilfert added this pull request to the merge queue Jan 7, 2026
Merged via the queue into master with commit 8f83a2d Jan 7, 2026
35 of 51 checks passed
@tobias-wilfert tobias-wilfert deleted the tobias-wilfert/fix/playstation-test branch January 7, 2026 10:04
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.

2 participants