Problem/Motivation

When creating an issue with a merge request the (automated) tests return run-tests.sh exception

e.g.
#3184863: Follow up searches affected by page number in query parameter.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork views-3211388

Command icon 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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

MustangGB created an issue. See original summary.

DamienMcKenna’s picture

Shouldn't it fail because the views_test module isn't installed? I'm confused as to what's going on here.

MustangGB’s picture

Yea I'm also confused, as far as I can tell views_test should be getting enabled with some config before hand, but either it's not getting enabled, or the config isn't getting used?

Elaborated a bit more here: #3211219-3: Contrib merge request tests return "run-tests.sh exception"