Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Source:-drupal
Problem/Motivation
The same change that passes test when uploaded as a patch fails when initiated from merge-request.
Complicating factors:
β sub-module with additional composer dependencies, including another contrib
β sub-module test with compile-time dependency on the contrib module
Example is in Salesforce issue queue, which has a submodule salesforce_jwt, which defines a test class that uses a trait from Key module
Steps to reproduce
β create an issue fork for a module which has on-commit tests with cross-contrib dependencies
β push new code to the issue fork
β create a merge-request for the issue fork, which fails tests
β upload same change as a patch, which passes tests
Proposed resolution
Use the same system to build and test (?) or help me figure out why my commits are passing but my patches are failing.
Remaining tasks
identify whether this is a systemic or local issue
User interface changes
none
API changes
none
Data model changes
none