Posted by haggins on October 3, 2012 at 6:06pm
2 followers
Jump to:
| Project: | Drupal Commerce |
| Version: | 7.x-1.3 |
| Component: | Tests |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (cannot reproduce) |
Issue Summary
I was just playing around with the testing module and got Ajax errors when performing any commerce test. After tweaking some php/apache settings the tests are passing.
However, one single test (checkout process) took 27 min 26 sec (343 passes, 0 fails, 0 exceptions, and 82 debug messages). Is this normal?
I'm working on a Core2Duo 2Ghz, 4GB Ram, PHP 5.3 with Suhosin-Patch, APC enabled, Mysql 5.5, Ubuntu 12.04 64Bit
Comments
#1
Doesn't sound normal - I generally run the entire test process in about 15 minutes on my MacBook Air. No clue what it could be, but if you come up with any leads, I'd be happy to make the tests more performant.
#2
Ok thanks. Difference might be because your Air has more i/o than my machine (SSD). I was just looking for some performance values to compare. Actually I could have asked this in every other issue list.
http://qa.drupal.org/performance-tuning-tips-for-D7 helped me to get it working within 23 min 13 sec. :)
#3
Awesome, and thanks for the link. Bookmarked!