- last update
over 1 year ago 30,340 pass, 1 fail - last update
over 1 year ago Patch Failed to Apply - 🇷🇺Russia ilya.no
Attaching patch for the latest version. I haven't succeeded with tests so far, will get back to them later.
- last update
over 1 year ago Custom Commands Failed - Status changed to Needs review
over 1 year ago 3:26am 9 August 2023 - last update
over 1 year ago 29,957 pass, 1 fail - 🇮🇳India gauravvvv Delhi, India
I have fixed the CC failure, attached interdiff for same. please review
The last submitted patch, 20: 3100826-20.patch, failed testing. View results →
- last update
over 1 year ago 29,957 pass, 1 fail - last update
over 1 year ago 29,958 pass - Status changed to Needs work
over 1 year ago 3:48pm 9 August 2023 - 🇺🇸United States smustgrave
Believe this still needs a test for the exact problem.
Updating the failing test I don't believe covers the change. &title= is not a default value that I can tell and actually probably shouldn't be in the URL I think if no value is present.
- Status changed to Needs review
over 1 year ago 2:28pm 14 August 2023 - last update
over 1 year ago 29,958 pass, 2 fail - 🇷🇺Russia ilya.no
Attaching patch with new test case.
About&title=
part, I've tested following case - I updated 'test_content_ajax' view and switched off AJAX option and checked URLs and this part was presented. So, I assume this as normal behaviour, as non-AJAX view has the same URL. - last update
over 1 year ago 29,940 pass, 7 fail The last submitted patch, 25: 3100826-25.patch, failed testing. View results →
The last submitted patch, 26: 3100826-26.patch, failed testing. View results →
- last update
about 1 year ago 29,961 pass, 2 fail The last submitted patch, 29: 3100826-29.patch, failed testing. View results →
- last update
about 1 year ago 29,962 pass - Status changed to RTBC
about 1 year ago 4:18pm 16 August 2023 - 🇺🇸United States smustgrave
Believe this is ready! Thanks for adding that additional test!
- last update
about 1 year ago 30,048 pass - last update
about 1 year ago 30,052 pass - last update
about 1 year ago 30,057 pass - last update
about 1 year ago 30,059 pass - last update
about 1 year ago 30,061 pass - last update
about 1 year ago 30,061 pass - 🇳🇿New Zealand quietone
I'm triaging RTBC issues → . I re-read the IS and the comments. I didn't find any unanswered questions. But there is not a failing test to prove the change works.
Reading the patch I have questions about the tests.
-
+++ b/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php @@ -46,7 +46,12 @@ protected function setUp(): void { + 'title' => $i > 6 ? 'Node ' . $i . ' content' : 'Node ' . $i . ' content default_value',
This is changing the source for the current tests for node 7 -> 11. Does this mean we are losing test coverage?
-
+++ b/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php @@ -46,7 +46,12 @@ protected function setUp(): void { + 'type' => 'page',
Why is this needed?
So the new test is largely a duplicate of the existing one. And it looks like some refactoring could make the differences between the two tests easier to see. But that is probably out of scope. Plus, it is better to fix the bug and have a followup than to hold this up. What would help is a comment in the setup to explain the need for the later nodes to be different.
However, I am not setting this to Needs works. I will leave at RTBC and let another committer make the decision because I don't work with FuncationalJavascript tests.
-
- last update
about 1 year ago 30,099 pass - last update
about 1 year ago 30,136 pass - last update
about 1 year ago 30,136 pass - Status changed to Fixed
about 1 year ago 8:06am 4 September 2023 - 🇫🇮Finland lauriii Finland
Automatically closed - issue fixed for 2 weeks with no activity.