mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

きょうももりもり :saba:

e0ce4b9b6b (upstream/main) Fix quotes not being displayed in reblogs (#34773)
ef1bf8e9f2 Fix polyfills naming and tag missing a source (#34768)
12c8a6498c Add "Followers you know" to hovercard (#34769)
da60acced5 Add boost of remote quote post with fallback link to sample dev data (#34771)
80849fbfba Fix preview card being fetched even when a status has a quote or media attachment (#34770)
79ccba1758 Add visual indicator & link to nested quote posts (#34766)
72356bd5ec chore(deps): update dependency ruby-prof to v1.7.2 (#34764)
6664f16b14 chore(deps): update dependency rack to v2.2.16 (#34763)
cddb69ed52 New Crowdin Translations (automated) (#34762)
68f951b945 Add security policy in CONTRIBUTING, update year refs. (#34761)
f1172ca8fe chore(deps): update dependency rubocop to v1.75.7 (#34759)
e9d62b284a chore(deps): update node.js to 22.16 (#34760)
8d4ae81ab4 Remove `OTP_SECRET` env configuration (#34748)
83dd09d4dc Fix JS polyfills missing after the Vite switch (#34758)

rspecむっちゃ落ちてるな…

$ yarn install
$ RAILS_ENV=test bundle exec rails assets:precompile
$ bundle exec rspec

だめだぬ。完走させて例外を見てみるね。

Finished in 11 minutes 5 seconds (files took 17.58 seconds to load)
6168 examples, 84 failures, 4 pending

Failed examples:

rspec ./spec/requests/media_proxy_spec.rb:42 # Media Proxy GET /media_proxy/:id when id cannot be found responds with missing
:

最初に落ちた子をもういちど

$ bundle exec rspec ./spec/requests/media_proxy_spec.rb:42
Run options:
include {locations: {"./spec/requests/media_proxy_spec.rb" => [42]}}
exclude {streaming: true, search: true, js: true}

Randomized with seed 13216
.

Finished in 3.32 seconds (files took 8.79 seconds to load)
1 example, 0 failures

Randomized with seed 13216

🤔

zunda

$ bundle exec rspec
Run options: exclude {streaming: true, search: true, js: true}

Randomized with seed 49704
:
Finished in 10 minutes 52 seconds (files took 17.61 seconds to load)
6168 examples, 0 failures, 4 pending

Randomized with seed 49704

おかしいのは手元のファイルシステムだろうか…

あるいはviteと仲が悪いか…