Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests failing on ppc64le architecture for master and versions v1.4.0,v1.5.0 #202

Open
vedang-wartikar opened this issue Feb 23, 2022 · 1 comment

Comments

@vedang-wartikar
Copy link

I have built and tested MinkZombieDriver on both ppc64le and x86 architectures for RHEL-based OS. The package can be built successfully on both architectures but the tests are failing on ppc64le. I'm not able to figure it out looking at the test logs.

I am running the following commands inside a RHEL-based UBI container

yum module enable php:7.4 -y

yum install zip wget curl make gcc nodejs npm php php-json php-dom git python3 python3-devel make gcc-c++ php-mbstring php-zip php-dbg -y

git clone https://github.com/minkphp/MinkZombieDriver

cd MinkZombieDriver/

git checkout v1.5.0

cd ..

npm install zombie@^4.0

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php --install-dir=/bin --filename=composer

cd MinkZombieDriver/

composer require --no-update --dev symfony/error-handler "^4.4 || ^5.0"

composer update --no-interaction --prefer-dist

mkdir ./logs

./vendor/bin/mink-test-server &> ./logs/mink-test-server.log &

vendor/bin/phpunit -v --coverage-clover=coverage.clover

Not sure if I am missing anything, but I am running the same commands inside UBI containers for the 2 architectures

@vedang-wartikar vedang-wartikar changed the title Tests failing on ppc64le architecture for master and version v1.4.0,v1.5.0 Tests failing on ppc64le architecture for master and versions v1.4.0,v1.5.0 Feb 23, 2022
@aik099
Copy link
Member

aik099 commented Feb 24, 2022

Does the Zombie itself (see http://zombie.js.org/) work on ppc64le architecture? If it doesn't, then it's their repo where the issue should be submitted.

This repo is just a Zombie wrapped to be used with Mink.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants