From 382ee8ce344f214faf0022b98705b56ae2cd16b5 Mon Sep 17 00:00:00 2001 From: Mathieu Fenniak Date: Sat, 7 Feb 2026 00:50:40 +0100 Subject: [PATCH] [v14.0/forgejo]: ensure consistent sort order in TestFeed fixture (#11178) **Backport**: #11176 (cherry picked from commit a40e81b75597039b3ef90e2464efe7a14fc218aa) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11176 Reviewed-by: Gusted Reviewed-by: Mathieu Fenniak Co-authored-by: xrstf Co-committed-by: xrstf Co-authored-by: xrstf Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11178 Reviewed-by: Gusted Co-authored-by: Mathieu Fenniak Co-committed-by: Mathieu Fenniak --- tests/integration/fixtures/TestFeed/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/fixtures/TestFeed/action.yml b/tests/integration/fixtures/TestFeed/action.yml index 243e18e9aa..1ba9de2a24 100644 --- a/tests/integration/fixtures/TestFeed/action.yml +++ b/tests/integration/fixtures/TestFeed/action.yml @@ -14,7 +14,7 @@ comment_id: 1001 repo_id: 1 # public is_private: false - created_unix: 1680454039 + created_unix: 1680454040 content: '["1","Well, this test is short | succient | distinct."]' # a multi-commit push to validate the format of the generated compare URLs, see #10168 @@ -25,5 +25,5 @@ comment_id: 0 repo_id: 1 # public is_private: false - created_unix: 1680454039 + created_unix: 1680454041 content: '{"Commits":[{"Sha1":"412413fd409fc0cab446e7b59702596e1bde1816","Message":"fourth commit","AuthorEmail":"git@example.com","AuthorName":"dummy","CommitterEmail":"git@example.com","CommitterName":"dummy","Signature":null,"Verification":null,"Timestamp":"2026-01-19T22:07:22+01:00"},{"Sha1":"00a01802439eb2c0391fdfaa2c344b5e25d0b9d4","Message":"third commit","AuthorEmail":"git@example.com","AuthorName":"dummy","CommitterEmail":"git@example.com","CommitterName":"dummy","Signature":null,"Verification":null,"Timestamp":"2026-01-19T22:07:18+01:00"}],"HeadCommit":{"Sha1":"412413fd409fc0cab446e7b59702596e1bde1816","Message":"fourth commit","AuthorEmail":"git@example.com","AuthorName":"dummy","CommitterEmail":"git@example.com","CommitterName":"dummy","Signature":null,"Verification":null,"Timestamp":"2026-01-19T22:07:22+01:00"},"CompareURL":"user2/repo1/compare/ed4090ecc2d9dd16b184763cc476ea1b28afa560...412413fd409fc0cab446e7b59702596e1bde1816","Len":2}'