- Issue created by @joachim
- Status changed to Needs review
about 1 year ago 2:02pm 14 November 2023 - 🇮🇳India pradhumanjainOSL
Renamed the EntityReferenceTestTrait to EntityReferenceFieldCreationTrait.
- Status changed to Needs work
about 1 year ago 2:06pm 14 November 2023 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- last update
about 1 year ago 30,546 pass, 2 fail - First commit to issue fork.
- @sourabhjain opened merge request.
- Status changed to Needs review
about 1 year ago 2:49pm 15 November 2023 - Status changed to RTBC
about 1 year ago 3:26pm 15 November 2023 - 🇺🇸United States smustgrave
This issue was tagged novice for new users @sourabhjain based on your posts you can work on non novice issues.
Reroll into MR seems fine.
- 🇺🇸United States xjm
Thanks @sourabhjain. Note that converting a patch to a merge request without other contributions to the issue does not receive credit. Also, I wonder if maybe you could work on some more advanced contributions rather than novice ones? Based on your profile, you are ready for that. 🙂 It's best to leave novice-tagged issues for those who are new to the contribution process.
- 🇺🇸United States xjm
Saving credits, including for @smustgrave for mentoring.
- 🇺🇸United States xjm
Also remember to hide old patch files when converting an issue to an MR.
- 🇺🇸United States xjm
Thanks everyone for your work on this.
In general, we treat test base classes and traits as APIs, since it's very likely that contrib might also use them in their tests. It's okay to change them in a minor release as development code, but we should have a change record for it.
Thanks!
- Status changed to Needs work
about 1 year ago 6:52pm 15 November 2023 - Status changed to RTBC
about 1 year ago 6:59pm 15 November 2023 - 🇺🇸United States smustgrave
Not sure if CR falls under novice but wrote a quick one https://www.drupal.org/node/3401941 →
- 🇧🇪Belgium BramDriesen Belgium 🇧🇪
I don't think there is more to say in the CR :) looks good @smustgrave!
If the issue is novice, the CR could be novice as well. But in general I don't think creating a CR is a novice task as it sometimes requires deep understanding of what is being fixed.
- Status changed to Fixed
about 1 year ago 8:52pm 15 November 2023 - 🇺🇸United States xjm
I reviewed locally with
git diff --color-words
and verified that the only changes are renaming the trait. I also grepped forEntityReferenceTestTrait
and confirmed there are no remaining usages.Committed to 11.x and 10.2.x as a minor-only test API improvement and internal API change. Also published the CR. Thanks!
- 🇮🇳India sourabhjain
Hi @xjm @smustgrave
I intentionally deferred work on these issues. All the updates were made on November 14, 2023, and I've been addressing them sequentially in the Drupal issue queue without initially considering the tags assigned to each. I acknowledge this oversight and apologize for any confusion. Moving forward, I will ensure to prioritize and address issues based on their respective tags. - 🇮🇳India sourabhjain
Hi @xjm @smustgrave
I intentionally deferred work on these issues. All the updates were made on November 14, 2023, and I've been addressing them sequentially in the Drupal issue queue without initially considering the tags assigned to each. I acknowledge this oversight and apologize for any confusion. Moving forward, I will ensure to prioritize and address issues based on their respective tags. - 🇺🇸United States mglaman WI, USA
So, contrib modules cannot run tests on 10.0, 10.1 if they fix this for 10.2. Or they cannot run for 10.2. There is no bridge.
Can the CR be updated to explain how to use class aliasing to make this work? Or have Drupal core provide a class alias for the trait.
- 🇨🇭Switzerland berdir Switzerland
I think this should not have been committed and should be reverted. The old trait should be deprecated and I'm honestly not sure if that's worth that.
- 🇨🇭Switzerland berdir Switzerland
Follow-up: 🐛 Rename EntityReferenceTestTrait breaks multi-version testing Needs review
Automatically closed - issue fixed for 2 weeks with no activity.