- Issue created by @mondrake
- Status changed to Needs review
over 1 year ago 5:16pm 13 April 2023 - Status changed to RTBC
over 1 year ago 10:31pm 13 April 2023 - ๐บ๐ธUnited States smustgrave
Marking this but there are 135 instances of Missing call to parent how are they being covered?
- last update
over 1 year ago 29,202 pass - Status changed to Needs review
over 1 year ago 9:47pm 16 April 2023 - ๐ฌ๐งUnited Kingdom longwave UK
Hm, can DrupalKernelTest just override
bootKernel()
to do nothing? - ๐ฎ๐นItaly mondrake ๐ฎ๐น
Personally, I think this is more readable and gives more flexibility, than starting to override the base methods that setup the environment. Also, this is kind of a reference issue for further work - there are other similar issues (see ๐ Fix PHPStan L1 errors "Missing call to parent::setUp()/tearDown() method." Fixed ) but for BrowserTestBase.
- ๐ฌ๐งUnited Kingdom joachim
+++ b/core/tests/Drupal/KernelTests/KernelTestBase.php @@ -247,6 +247,16 @@ protected function setUp(): void { + * Extending tests may override this to tune their boot level to their + * specific need.
If this method is about the boot level, could we give it a name that reflects that?
I'm really not keen on Foo()/doFoo() pairs.
- ๐ฎ๐นItaly mondrake ๐ฎ๐น
Would
::kernelSetUp()
be a better option? - Status changed to RTBC
over 1 year ago 4:42pm 17 April 2023 - ๐ฎ๐นItaly mondrake ๐ฎ๐น
Looks good and fixes the PHPStan reported errors. I would have preferred my own wayโฆ but thatโs not a matter to prevent rtbc. Thanks!
- last update
over 1 year ago 29,283 pass - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 6:31am 1 May 2023 - Status changed to Needs review
over 1 year ago 9:30am 1 May 2023 48:32 46:22 Running- Status changed to RTBC
over 1 year ago 3:37pm 1 May 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 3:24am 8 May 2023 - ๐ณ๐ฟNew Zealand quietone
Needs a reroll.
longwave suggested a followup in #11. Has that been made?
- Status changed to Needs review
over 1 year ago 1:42pm 9 May 2023 - last update
over 1 year ago 29,380 pass - ๐ฎ๐ณIndia gauravvvv Delhi, India
Re-rolled patch #14. Removed re-rolled tag. please review
- Status changed to RTBC
over 1 year ago 2:45pm 9 May 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago 29,388 pass - ๐ณ๐ฑNetherlands spokje
Rerolled, opened follow-up ๐ Simplification in UpdatePathTestBase Fixed (thanks @quietone)
- last update
over 1 year ago 29,387 pass, 2 fail The last submitted patch, 19: 3354063-19.patch, failed testing. View results โ
- last update
over 1 year ago 29,388 pass - Status changed to Needs review
over 1 year ago 11:53am 15 May 2023 - ๐ณ๐ฑNetherlands spokje
Looks like a random fail: https://www.drupal.org/project/drupal/issues/2829040#comment-15050937 ๐ฑ [meta] Known intermittent, random, and environment-specific test failures Active
- Status changed to RTBC
over 1 year ago 1:08pm 15 May 2023 - ๐บ๐ธUnited States smustgrave
Yea a number of tickets are getting this random
- last update
over 1 year ago 29,387 pass, 2 fail The last submitted patch, 19: 3354063-19.patch, failed testing. View results โ
- last update
over 1 year ago 29,388 pass - last update
over 1 year ago 29,388 pass - last update
over 1 year ago 29,388 pass - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - ๐ณ๐ฑNetherlands spokje
Rerolled 3354063-19_0.patch on 11.x-dev in MR
- last update
over 1 year ago 29,398 pass - @spokje opened merge request.
- last update
over 1 year ago 29,401 pass - last update
over 1 year ago 29,401 pass - last update
over 1 year ago 29,402 pass - last update
over 1 year ago 29,411 pass - last update
over 1 year ago 29,416 pass - last update
over 1 year ago 29,420 pass - last update
over 1 year ago 29,413 pass, 2 fail - last update
over 1 year ago 29,437 pass - last update
over 1 year ago 29,444 pass - last update
over 1 year ago 29,450 pass, 4 fail - last update
over 1 year ago 29,499 pass - Open on Drupal.org โEnvironment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Status changed to Fixed
over 1 year ago 9:52pm 21 June 2023 -
longwave โ
committed 7e4ecad5 on 11.x
Issue #3354063 by Spokje, longwave, mondrake, Gauravvvv, joachim: Fix...
-
longwave โ
committed 7e4ecad5 on 11.x
- ๐ฌ๐งUnited Kingdom longwave UK
Committed and pushed 7e4ecad537 to 11.x (10.2.x). Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.