- πΊπΈUnited States smustgrave
Shouldn't these fail until π Links broken in new releases email Needs work is merged?
- π³πΏNew Zealand quietone
No. This is testing the existing email message.
- Status changed to RTBC
almost 2 years ago 8:48pm 31 January 2023 The last submitted patch, 2: 3276953-2.patch, failed testing. View results β
- π³πΏNew Zealand quietone
Random test failure.
1) Drupal\Tests\layout_builder\FunctionalJavascript\InlineBlockPrivateFilesTest::testPrivateFiles Behat\Mink\Exception\ElementNotFoundException: Form field with id|name|label|value "files[settings_block_form_field_file_0]" not found.
4:19 3:21 Running- Status changed to Needs review
over 1 year ago 1:45am 28 July 2023 - last update
over 1 year ago 29,889 pass - π³πΏNew Zealand quietone
Text change needed due to π Do not use verb "Install" for things other than turning on modules/themes Fixed .
The interdiff was made with the option,--colour-words
. - Status changed to RTBC
over 1 year ago 9:16pm 30 July 2023 - last update
over 1 year ago 29,912 pass 24:00 19:50 Running- last update
over 1 year ago 29,950 pass - last update
over 1 year ago 29,957 pass 9:00 5:45 Running8:59 6:17 Running- last update
over 1 year ago 29,962 pass - last update
over 1 year ago 29,962 pass - last update
over 1 year ago 29,963 pass - last update
over 1 year ago 30,048 pass - last update
over 1 year ago 30,053 pass - last update
over 1 year ago 30,060 pass - last update
over 1 year ago 30,059 pass, 1 fail The last submitted patch, 10: 3276953-10.patch, failed testing. View results β
- last update
over 1 year ago 30,062 pass - Status changed to Needs work
over 1 year ago 4:27am 26 August 2023 The Needs Review Queue Bot β tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- last update
over 1 year ago Custom Commands Failed - First commit to issue fork.
- last update
over 1 year ago 30,064 pass - πΊπΈUnited States rpayanm
I swapped out
withConsecutive()
forwillReturnOnConsecutiveCalls()
. - Status changed to Needs review
over 1 year ago 4:06pm 26 August 2023 - π³πΏNew Zealand quietone
Based on the comment at #3306554-24: InvocationMocker::withConsecutive() is deprecated in PHPUnit 9.6 and removed from PHPUnit 10 β , I don't think that replacing with
willReturnOnConsecutiveCalls()
is the long term solution. 14:26 10:56 Running- π³πΏNew Zealand quietone
What about using
will($this->returnValueMap(
? I have updated the MR with that idea, plus some other improvements. - Status changed to RTBC
over 1 year ago 7:51pm 30 August 2023 - πΊπΈUnited States smustgrave
Just copying over comment from the other issue
@longwave
Discussed this again with @mondrake in Slack. We now think that just replacing withConsecutive with willReturnOnConsecutiveCalls is not really the right thing to do - these two are not equivalent, and it just happens that here the return values probably don't matter so the tests happen to pass, but we have not made the correct change.
@quietone's solution appeared to work and believe covers the same as what withConsecutive() did. The other issue used a custom callBack but not sure that applies here.
- last update
over 1 year ago 30,104 pass - last update
over 1 year ago 30,113 pass, 3 fail - last update
over 1 year ago 30,139 pass - last update
over 1 year ago 30,140 pass - Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 30,150 pass - last update
over 1 year ago 30,152 pass - last update
over 1 year ago 30,158 pass - last update
over 1 year ago 30,165 pass - last update
over 1 year ago 30,165 pass - last update
about 1 year ago 30,172 pass - last update
about 1 year ago 30,172 pass - last update
about 1 year ago 30,209 pass - last update
about 1 year ago 30,367 pass - last update
about 1 year ago 30,369 pass - last update
about 1 year ago 30,364 pass - last update
about 1 year ago 30,366 pass - last update
about 1 year ago 30,363 pass, 2 fail - last update
about 1 year ago 30,383 pass - last update
about 1 year ago 30,381 pass - last update
about 1 year ago 30,386 pass - last update
about 1 year ago 30,396 pass - last update
about 1 year ago 30,401 pass - last update
about 1 year ago 30,401 pass - last update
about 1 year ago 30,417 pass - last update
about 1 year ago 30,421 pass - last update
about 1 year ago 30,430 pass - last update
about 1 year ago 30,430 pass - last update
about 1 year ago 30,441 pass - last update
about 1 year ago 30,442 pass - last update
about 1 year ago 30,468 pass - last update
about 1 year ago 30,485 pass 54:00 54:12 Running- last update
about 1 year ago 30,490 pass - last update
about 1 year ago 30,492 pass - last update
about 1 year ago 30,514 pass - last update
about 1 year ago 30,519 pass, 2 fail - last update
about 1 year ago 30,523 pass - last update
about 1 year ago 30,534 pass - last update
about 1 year ago 30,564 pass - last update
about 1 year ago 30,606 pass - last update
about 1 year ago 30,609 pass - last update
about 1 year ago 30,610 pass - last update
about 1 year ago 30,672 pass - π¬π§United Kingdom longwave UK
New test coverage for something previously untested is always nice. The new code looks good to me and I can't think of anything else to add.
Committed and pushed 4f726e041b to 11.x and beedcb6bde to 10.2.x. Thanks!
-
longwave β
committed beedcb6b on 10.2.x
Issue #3276953 by quietone, rpayanm, smustgrave: Add tests of new...
-
longwave β
committed beedcb6b on 10.2.x
- Status changed to Fixed
about 1 year ago 11:54am 25 November 2023 -
longwave β
committed 4f726e04 on 11.x
Issue #3276953 by quietone, rpayanm, smustgrave: Add tests of new...
-
longwave β
committed 4f726e04 on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.