Magento Performance Toolkit Customer Checkout Error #3513
Labels
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Progress: needs update
Steps:
Magento CE v2.0.2, PHP 7.0.3
php bin/magento setup:perf:generate-fixtures /var/www/magento/html/setup/performance-toolkit/profiles/ce/large.xml
enable flat catalog / category, reindex
deploy static content, run multi-tenant compiler
separate jmeter server (or local computer gui) ./jmeter -n -t benchmark.jmx -Jhost={url/ip} -Jbase_path=/ -Jusers=100 -Jramp_period=360 -Jreport_save_path=./ -Jloops=1
I'm expecting 8 orders, (4% customer, 4% guest). Seems like 1 out of 4 customer orders go through. Errors are reported in the CLI output and in the GUI, but no errors in logs. The HTTP response codes on the error'd actions are 200.
Errors start on the Login(CustomerChkt) action.
- Add to cart / browsing is fine.
Next error on the Checkout start(CustomerChkt) action.
Next error on the Checkout Billing/Shipping Information(CustomerChkt) action:
- {"message":"Consumer is not authorized to access %resources","parameters":{"resources":"self"}}
Same error on Checkout Payment Info/Place Order(CustomerChkt)
Checkout Success(CustomerChkt) action shows the cart page.
Is this a permissions issue that the MPT is having trouble traversing different accounts?
The text was updated successfully, but these errors were encountered: