Vote #81114
完了MessagesControllerTest#test_post_new randomly fails
0%
説明
MessagesControllerTest # test_post_new test fails (trunk)
Failure: MessagesControllerTest#test_post_new [/root/project/test/functional/messages_controller_test.rb:150]: Expected: ["jsmith@somenet.foo"] Actual: ["dlopper@somenet.foo"] bin/rails test test/functional/messages_controller_test.rb:121
There is no guarantee that the elements will be in the order of "first: author, second: member" in the array mails, so the test should be modified so that it does not depend on the order.
journals
Setting the target version to 4.2.0.
--------------------------------------------------------------------------------
LGTM and thanks for fixing. This test was very flaky on PostgreSQL and caused many false positive failures.
This fix will make development much easier.
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------
Admin Redmine さんが約4年前に更新
- カテゴリ を Code cleanup/refactoring_30 にセット
- 対象バージョン を 4.2.0_152 にセット