- Issue created by @tedbow
- ๐บ๐ธUnited States tedbow Ithaca, NY, USA
Assigned to myself but if anyone has any ideas please jump in
I am going to start by creating MR to get a better error message from this
3) Drupal\Tests\experience_builder\Functional\TranslationTest::testTranslation with data set "asymmetric" (array('tree', 'props'), false)
Behat\Mink\Exception\ExpectationException: Current response status code is 500, but 200 expected. - ๐บ๐ธUnited States tedbow Ithaca, NY, USA
ok seems like 0.x is passing again?
one thing I donโt like is that the functional tests were failing on this $assert_session->statusCodeEquals(200);
just on gitlab not locally, so could have been some composer package version that wasnโt pick up temporarily or some problem with gitlabci
but because of that assert we only get
Behat\Mink\Exception\ExpectationException: Current response status code is 500, but 200 expected.
in autoupdate, in our build tests, we had some utility method to always display the page content because the 500 error doesnโt tell us anythingIf you look at this pipeline for the MR found this on https://git.drupalcode.org/project/experience_builder/-/pipelines/331481
you can see composer jobs passing and then phpunit jobs failing in the same way that 0.x was