- 🇺🇸United States drumm NY, US
Patches are no longer tested - https://www.drupal.org/about/core/blog/drupalci-and-all-patch-testing-wi... →
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.
Merge request here, which is a whitespace-only change: https://git.drupalcode.org/project/salesforce/-/merge_requests/3
Passing test coverage demonstrated here:
https://www.drupal.org/pift-ci-job/1807380 →
Test issue here, with failing tests:
https://www.drupal.org/project/salesforce/issues/3168388 →
screenshot attached
- 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
Use the same system to build and test (?) or help me figure out why my commits are passing but my patches are failing.
identify whether this is a systemic or local issue
none
none
none
Closed: outdated
3.0
Tests
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patches are no longer tested - https://www.drupal.org/about/core/blog/drupalci-and-all-patch-testing-wi... →