-
Notifications
You must be signed in to change notification settings - Fork 98
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
SC_Response::sendRedirect() transactionid= を画一的に追加せず、一定条件での継承のみとする #922 #960
Conversation
transactionid が指定されている場合、そちらを優先する。
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #960 +/- ##
==========================================
- Coverage 55.72% 55.63% -0.10%
==========================================
Files 75 75
Lines 8913 8917 +4
==========================================
- Hits 4967 4961 -6
- Misses 3946 3956 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nanasess デバッグ中に何かの都合(詳細失念)でポート番号を変更していたのですが、改めて試すと :9999
とか、テキトーな番号でもローカルの phpunit は通るようでした。
tests/class/fixtures/server/common.php で putenv('HTTP_URL=http://127.0.0.1:8085/');
しているから、実際のポート番号は何でも良い感じでしょうか。
そうなると、8085 は避けて、元の 8053 にしておくのが適切でしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここで使用するポート番号はビルトインウェブサーバーが LISTEN する番号ですので、他と被らなければ何でもいいと思います。
8085 でも OK です
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
承知いたしました。とりあえず、現状で大丈夫そうですね。
パラレル実行するときに問題となりそうなので、一応 Issue 登録しました。#964
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここで使用するポート番号はビルトインウェブサーバーが LISTEN する番号ですので、他と被らなければ何でもいいと思います。
8085 でも OK です
fixed #922