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

整理: 無効化されていた query テストを有効化 #1296

Merged
merged 2 commits into from
May 24, 2024

Conversation

tarepan
Copy link
Contributor

@tarepan tarepan commented May 22, 2024

内容

現在の一部テストでは E2E single API テスト中に事前準備として他 API を呼び出す必要がある。これを避けるためにテストを無効化している API もある。
理想形は DI で事前準備を完了させる形である。しかし理想形になるまで妥協せずテストスキップしておくと、かえって全体利益を最大化できないのも事実である。
今回対象とした query API は事前準備にプリセット API が必要となるが、このプリセット API はすでに E2E single API テストで動作確認が取れている。理想形ではないが、プリセット API を呼び出して偽陽性 failed を起こす危険性は非常に低い。すなわち、有効化してもメリットがデメリットを上回る。

このような背景から、無効化されていた query テストを有効化することを提案します。

関連 Issue

無し

@tarepan tarepan requested a review from a team as a code owner May 22, 2024 05:01
@tarepan tarepan requested review from Hiroshiba and removed request for a team May 22, 2024 05:01
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

メリットのほうが大きいと感じました!

@Hiroshiba Hiroshiba merged commit 07b40ea into VOICEVOX:master May 24, 2024
4 checks passed
@tarepan tarepan deleted the refactor/enable_query_preset_test branch May 24, 2024 02:43
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