Skip to content

Weekly Data Refresh #68

Weekly Data Refresh

Weekly Data Refresh #68

Manually triggered October 31, 2025 20:16
Status Success
Total duration 2m 23s
Artifacts 1

data-refresh.yaml

on: workflow_dispatch
update-snapshots
0s
update-snapshots
create-success-pr
0s
create-success-pr
create-failure-pr-and-issue
0s
create-failure-pr-and-issue
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test-data
Process completed with exit code 1.
tests/user.test.ts > User/data > should fetch HTML bio from profile fields: tests/user.test.ts#L26
Error: Snapshot `User/data > should fetch HTML bio from profile fields 1` mismatched - Expected + Received - "<p>I <a href="https://astolat.dreamwidth.org/125056.html" rel="nofollow">built this city</a>.</p><p>I&apos;m also: <a href="https://astolat.tumblr.com" rel="nofollow">astolat @ Tumblr</a>, <a href="https://twitter.com/intimations" rel="nofollow">@intimations on Twitter</a>, <a href="https://www.youtube.com/user/astolatvids" rel="nofollow">astolatvids on YouTube</a>.</p><p><strong>Blanket Permission Policy</strong><br>I love transformative works based on my work. As long as it&apos;s noncommercial and credit is given, you don&apos;t need to ask permission. More than one person is welcome to podfic/translate/sequel/illustrate/etc any given story. Please post your work here and cite my original story as a related work, so I can link back!</p><p>You can look at my <a href="https://archiveofourown.org/users/astolat/related_works" rel="nofollow">Related Works</a> listing to see existing translations, podfics, and other related works.</p><p><strong>Warnings</strong><br>My work is labeled Choose Not To Warn unless I am confident it is safe. Most of my work is not! I do add more specific warnings sometimes, but my judgement may not align with yours. I don&apos;t tag exhaustively for every story element that appears in my work.</p><p><strong>Collections</strong><br>If you want to add one of my stories to a collection, please bookmark it and add your bookmark to the collection instead. I don&apos;t approve collection requests anymore because of abuse, sorry. :/</p><p><strong>Personal</strong><br>I&#x2019;m a pro writer IRL and my identity is a fairly open secret in fandom, but I prefer not crossing the streams. It&#x2019;s fine to ask about and share it privately, but please don&#x2019;t out me in public and googleable places. That includes comments and tumblr posts/comments! Thank you!</p><p><strong>Pronouns:</strong> she/her</p>" + "<p>I <a href="https://astolat.dreamwidth.org/125056.html" rel="nofollow">built this city</a>.</p> + <p>I&apos;m also: <a href="https://astolat.tumblr.com" rel="nofollow">astolat @ Tumblr</a> and <a href="https://www.youtube.com/user/astolatvids" rel="nofollow">astolatvids on YouTube</a>.</p> + <p><strong>Blanket Permission Policy</strong><br>I love transformative works based on my work. As long as it&apos;s noncommercial and credit is given, you don&apos;t need to ask permission. More than one person is welcome to podfic/translate/sequel/illustrate/etc any given story. Please post your work here and cite my original story as a related work, so I can link back!</p> + <p>A note on ficbindings: I&apos;m delighted for you to make a binding for yourself or as a gift and to post photos of the work, but I do have a hard line on noncommerciality: no money should change hands, not even for expenses.</p> + <p><strong>Warnings</strong><br>My work is labeled Choose Not To Warn unless I am confident it is safe. Most of my work is not! I do add more specific warnings sometimes, but my judgement may not align with yours. I don&apos;t tag exhaustively for every story element that appears in my work.</p> + <p><strong>Collections</strong><br>If you want to add one of my stories to a collection, please bookmark it and add your bookmark to the collection instead. I had to block collection requests because of abuse, sorry. :/</p> + <p><strong>Personal</strong><br>I&#x2019;m a pro writer IRL and my identity is a fairly open secret in fandom, but I prefer not crossing the streams. It&#x2019;s fine to share it privately, but please don&#x2019;t out me in public and googleable places. That includes comments and tumblr posts/comments! Thank you!</p> + <p><strong>Pronouns:</strong> she/her</p>" ❯ tests/user.test.ts:26:29
tests/tags.test.ts > Tags/sub > should fetch subtags and sub-subtags: tests/tags.test.ts#L290
AssertionError: expected { name: 'Dysphoria', id: null, …(7) } to match object { name: 'Dysphoria', …(1) } (7 matching properties omitted from actual) - Expected + Received @@ -11,7 +11,11 @@ }, { "parentSubTag": null, "tagName": "Gender Dysphoria", }, + { + "parentSubTag": "Gender Dysphoria", + "tagName": "TommyInnit Has Gender Dysphoria (Video Blogging RPF)", + }, ], } ❯ tests/tags.test.ts:290:17
tests/tags.test.ts > Tags/parent > should fetch multiple parent tags: tests/tags.test.ts#L236
Error: Snapshot `Tags/parent > should fetch multiple parent tags 1` mismatched - Expected + Received @@ -20,10 +20,11 @@ "Sherlock Holmes (Radio 1989-2010 Coules)", "Sherlock Holmes (TV 1965)", "Sherlock Holmes - Arthur Conan Doyle", "Sherlock Holmes Chapter One (Video Game)", "Sherlock Holmes in the 22nd Century (Cartoon)", + "Sherlock Holmes: Die geheimen Fälle des Meisterdetektivs (Radio)", "Sherlock Holmes: The Awakened (Video Game)", "Sherlock: Find Hidden Objects (Video Game)", "The Irregulars (TV)", "The Private Life of Sherlock Holmes (1970)", "There Is No Game: Wrong Dimension (Video Game)", ❯ tests/tags.test.ts:236:28
tests/tag-search.test.ts > Tags/search > should return different results for different tag types: tests/tag-search.test.ts#L231
AssertionError: expected +0 to be 199 // Object.is equality - Expected + Received - 199 + 0 ❯ tests/tag-search.test.ts:231:33
tests/tag-search.test.ts > Tags/search > should fetch canonical characters for last page: tests/tag-search.test.ts#L179
AssertionError: expected { total: +0, current: 3 } to deeply equal { total: 3, current: 3 } - Expected + Received { "current": 3, - "total": 3, + "total": 0, } ❯ tests/tag-search.test.ts:179:26
tests/tag-search.test.ts > Tags/search > Should fetch canonical characters for a middle page: tests/tag-search.test.ts#L101
AssertionError: expected { total: +0, current: 2 } to deeply equal { total: 3, current: 2 } - Expected + Received { "current": 2, - "total": 3, + "total": 0, } ❯ tests/tag-search.test.ts:101:26
tests/tag-search.test.ts > Tags/search > should fetch canonical characters for first page with no param: tests/tag-search.test.ts#L23
AssertionError: expected { total: +0, current: 1 } to deeply equal { total: 3, current: 1 } - Expected + Received { "current": 1, - "total": 3, + "total": 0, } ❯ tests/tag-search.test.ts:23:26

Artifacts

Produced during runtime
Name Size Digest
mock-data Expired
1.08 MB
sha256:082a2c929932f102508c859cb08bb44fa1ab08eb2a9e8e8f4abf27a238d4affe