Lukasz Bajsarowicz
Lukasz Bajsarowicz
Hi! To begin with - I'd like to say "Thanks" for the solutions provided before :+1: Vault opens successfully and... closes in less than second. When I add sleep to...
CC: @lenaorobei We've faced issue related to it when fixing PageBuilder tests.
When Integration Tests are missing `@magentoAppArea` it's automatically assumed that it's `frontend`. So if you refer to `adminhtml` - this causes failure (router is unable to recognize the route). Doing...
We use exactly the same Docker image on all the environments: ``` Configure Command => './configure' '--build=aarch64-linux-gnu' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--enable-option-checking=fatal' '--with-mhash' '--with-pic' '--enable-ftp' '--enable-mbstring' '--enable-mysqlnd' '--with-password-argon2' '--with-sodium=shared' '--with-pdo-sqlite=/usr' '--with-sqlite3=/usr' '--with-curl'...
With 256M of memory, the same result: https://3v4l.org/AHABm Also, in the CI environment, we have 2G of memory limit for CLI (you know, Magento) 
@jedisct1 I was able to reproduce that with 3v4l and with Gitlab CI environments. Can't reproduce that with the same Docker image on a local environment (Macbook M1)
Very well-known issue, sorry I haven't noticed that before. You can easily fix it with the patch from @magento/creativestyle team: https://github.com/magesuite/magento-patches/blob/9271a0fe59ca008c04ad1b73b6581a1d4582754e/essential/magento/module-catalog/m242-wrap-price-indexer-with-transaction.patch#L1-L79
Check the `warden env logs db`, probably the pod was killed.
I have also had this kind of problem. The solution was pretty simple - you have to put command in the brackets. `$ssh->exec('(composer install) && echo "Done!"');` Some extra information...
Idea 1: Add `noEscape` tag to `