-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error: Error uploading results: Invalid parameter(s): results (HTTP status 400) - User: rocketdotnetbot #228
Comments
Have you added the App-Secret correctly? |
@pfefferle Yes it has been added in the .env file:
|
Was able to fix the issue! junit.xml was not generating it seems, after I checked the logs folder. Following the above issue, I changed the WPT_FLAVOR variable in the .env file from 1 to 0 and started the whole process again. Finally the junit.xml file got generated: [abc@abc phpunit-test-runner]$ php report.php
Environment variables pass checks.
Getting SVN Revision
Getting SVN message
Copying junit.xml results
rsync -r '/home/abc/public_html/tmp/wp-test-runner'/tests/phpunit/build/logs/* '/home/abc/public_html/tmp/wp-test-runner'
Processing and uploading junit.xml
Results successfully uploaded: https://make.wordpress.org/hosting/test-results/r58627/rocketdotnetbot-r58627/
[abc@abc phpunit-test-runner]$ |
Je suis intéressé par l'exécution du logiciel Web open source WordPress https://wordpress.org/ et je me demandais si mon compte prenait en charge les éléments suivants : PHP 7.4 ou supérieur |
j'aimerai debloquer mon site Wordpress pour continuer mon projet |
php test.php
ran successfully but runningphp report.php
is currently giving this issue. Can anyone help out?The text was updated successfully, but these errors were encountered: