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

rspec修正: static_yamlイベント集計時のエラーを解消 #1650

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

Yuppymam
Copy link
Contributor

@Yuppymam Yuppymam commented Jan 1, 2025

やったこと

  • rspecで、落ちてはいないがイベント集計でエラーになっている箇所があり、actionsでも常にノイズになってそうなので修正しました🙇‍♀️

  • エラー箇所の例: https://github.com/coderdojo-japan/coderdojo.jp/actions/runs/12559757913/job/35016015094#step:6:41

    • static_event_histories.yaml 内のイベントを読む際、該当するdojo_idがテストDBにないことでエラー
  • ここでは、指定するプロバイダで集計が動くかのテストだと思うので、実際の db/static_event_histories.yaml ファイルを読ませて正しい数のイベントが増えることの確認よりも、モック化したデータでの動作検証を優先しています

@yasulab
Copy link
Member

yasulab commented Jan 1, 2025

あけおめです!! そして早速の修正 PR ありがとうございます...!!! 🥳🎉✨

@yasulab yasulab merged commit d097157 into main Jan 1, 2025
2 checks passed
@yasulab yasulab deleted the fix_static_yaml_event_test_setup branch January 1, 2025 09:35
@Yuppymam
Copy link
Contributor Author

Yuppymam commented Jan 1, 2025

マージありがとうございます🌷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants