Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backend): RBTの修正 #14621

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Sep 24, 2024

What

  • リアクションの絵文字の変換を必ず行うように(convertLegacyReactionsではレガシ絵文字の変換以外も行われているため、その旨を示すコメントも追記)
    • 絵文字が分裂する問題を修正できるかも
  • metaが更新されてリアクションバッファリングが有効 → 無効になったら即bakeするように
    • リアクションバッファリングを無効化したらbakeされるまでに行われたリアクションがbakeされない問題を修正
    • globalEventのmetaUpdatedの型が変わり、beforeとafter両方を取るようになった
    • 重いかもしれないのでこっちは入れなくてもいいかも(もしくは単純にqueueの処理をmetaの値で弾かないように変えるだけでもいいかも。それだと反映は最大1日程度遅れるけど…)

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Sep 24, 2024
Copy link
Contributor

github-actions bot commented Sep 24, 2024

このPRによるapi.jsonの差分
差分はありません。
Get diff files from Workflow Page

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 68.49315% with 23 lines in your changes missing coverage. Please review.

Project coverage is 39.56%. Comparing base (ca967e8) to head (411ab35).
Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
...ages/backend/src/core/ReactionsBufferingService.ts 68.00% 16 Missing ⚠️
...ges/backend/src/core/entities/NoteEntityService.ts 0.00% 3 Missing ⚠️
packages/backend/src/GlobalModule.ts 0.00% 2 Missing ⚠️
packages/backend/src/core/MetaService.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           develop   #14621     +/-   ##
==========================================
  Coverage    39.55%   39.56%             
==========================================
  Files         1542     1542             
  Lines       192719   192752     +33     
  Branches      2472     3537   +1065     
==========================================
+ Hits         76237    76267     +30     
+ Misses      115917   115888     -29     
- Partials       565      597     +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@syuilo
Copy link
Member

syuilo commented Sep 24, 2024

e2eが失敗しとる?

@kakkokari-gtyih
Copy link
Contributor Author

metaUpdateが2回発火されているかもしれない

image

@kakkokari-gtyih
Copy link
Contributor Author

e2eが失敗しとる?

@kakkokari-gtyih
Copy link
Contributor Author

metaUpdateが2回発火されているかもしれない

これ大丈夫?

@syuilo
Copy link
Member

syuilo commented Sep 24, 2024

metaUpdateが2回発火されているかもしれない

これ大丈夫?

PR前からということ?

@kakkokari-gtyih
Copy link
Contributor Author

metaUpdateが2回発火されているかもしれない

これ大丈夫?

PR前からということ?

PR前から起こっているかどうかは今確認中

@syuilo
Copy link
Member

syuilo commented Sep 24, 2024

いずれにしろ2回発火はよろしくない

@kakkokari-gtyih
Copy link
Contributor Author

developでも2回ログが来てる

image

@kakkokari-gtyih
Copy link
Contributor Author

e2eは明らかな実装ミスを見つけて直したのでなおったと思う

@kakkokari-gtyih kakkokari-gtyih added this to the v2024.9.0 milestone Sep 24, 2024
@syuilo syuilo merged commit 6a1a2be into misskey-dev:develop Sep 24, 2024
31 checks passed
@syuilo
Copy link
Member

syuilo commented Sep 24, 2024

🙏🏻

@kakkokari-gtyih kakkokari-gtyih deleted the fix-rbt-2 branch September 24, 2024 09:29
@kakkokari-gtyih
Copy link
Contributor Author

いずれにしろ2回発火はよろしくない

#14622

HotoRas pushed a commit to HotoRas/misskey-neko that referenced this pull request Sep 27, 2024
* fix(backend): 絵文字の変換処理が不十分なのを修正

* enhance: リアクションバッファリングが無効になったら即bakeするように

* attempt to fix test

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants