See here: both the latest HEAD pipeline and the Weekly scheduled pipeline have failures.
Issue fork search_api-3544047
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
drunken monkeyComment #4
drunken monkeyNow also running into this change …
Comment #5
drunken monkeyTIL: Switching a plugin class from annotation to attribute discovery comes with additional dependency checking in
\Drupal\Component\Plugin\Discovery\AttributeClassDiscovery::getDefinitions(). If you forgot to declare a module dependency for some test plugin, your test will fail in a way that is incredibly hard to debug.Let’s see if pipelines pass now …
Comment #7
drunken monkeyMerged.