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

Performance tests not working #544

Closed
ihor-sviziev opened this issue Apr 8, 2014 · 3 comments
Closed

Performance tests not working #544

ihor-sviziev opened this issue Apr 8, 2014 · 3 comments
Assignees

Comments

@ihor-sviziev
Copy link
Contributor

When I trying run performance tests, I have waring. There I put full console output:

Igors-MacBook-Air:magento2 igor$ cd dev/tests/performance/
Igors-MacBook-Air:performance igor$ php run_scenarios.php 
php -f '/Users/igor/vhosts/www/magento2/dev/shell/install.php' -- --uninstall 2>&1
Uninstalled successfully
php -f '/Users/igor/vhosts/www/magento2/dev/shell/install.php' -- --license_agreement_accepted 'yes' --locale 'en_US' --timezone 'America/Los_Angeles' --default_currency 'USD' --db_host 'localhost' --db_name 'magento2' --db_user 'root' --db_pass '123456' --use_secure 'no' --use_secure_admin 'no' --use_rewrites 'no' --admin_lastname 'Admin' --admin_firstname 'Admin' --admin_email '[email protected]' --admin_no_form_key 'yes' --url 'http://magento2.dev/' --secure_base_url 'http://magento2.dev/' --admin_frontname 'backend' --admin_username 'admin' --admin_password '123123q' 2>&1
Installed successfully (encryption key "6b6f82fd63e85f376cc6cc5c6b5d6c97")
php -f /Users/igor/vhosts/www/magento2/dev/shell/indexer.php -- reindexall 2>&1
Product Attributes index was rebuilt successfully in 00:00:00
Catalog URL Rewrites index was rebuilt successfully in 00:00:00
Stock Status index was rebuilt successfully in 00:00:00
Catalog Search index was rebuilt successfully in 00:00:00
php -f /Users/igor/vhosts/www/magento2/dev/shell/newindexer.php -- reindexall 2>&1
Category Products index has been rebuilt successfully in 00:00:00
Product Categories index has been rebuilt successfully in 00:00:00
Product Price index has been rebuilt successfully in 00:00:00
Scenario 1 of 8: 'Home Page'
jmeter --version 2>&1
Copyright (c) 1998-2014 The Apache Software Foundation
Version 2.11 r1554548
jmeter -n -t '/Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite/home_page.jmx' '-Jusers=1' '-Jloops=2' '-Jhost=magento2.dev' '-Jpath=/' '-Jbasedir=/Users/igor/vhosts/www/magento2' '-Jadmin_frontname=backend' '-Jadmin_username=admin' '-Jadmin_password=123123q' 2>&1
Creating summariser <summary>
Created the tree successfully using /Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite/home_page.jmx
Starting the test @ Tue Apr 08 22:16:00 EEST 2014 (1396984560899)
Waiting for possible shutdown message on port 4445
summary =      2 in    21s =    0,1/s Avg: 10338 Min:   434 Max: 20243 Err:     0 (0,00%)
Tidying up ...    @ Tue Apr 08 22:16:21 EEST 2014 (1396984581864)
... end of run
jmeter -n -t '/Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite/home_page.jmx' -l '/Users/igor/vhosts/www/magento2/dev/tests/performance/report/home_page.jtl' '-Jusers=1' '-Jloops=1' '-Jhost=magento2.dev' '-Jpath=/' '-Jbasedir=/Users/igor/vhosts/www/magento2' '-Jadmin_frontname=backend' '-Jadmin_username=admin' '-Jadmin_password=123123q' 2>&1
Creating summariser <summary>
Created the tree successfully using /Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite/home_page.jmx
Starting the test @ Tue Apr 08 22:16:22 EEST 2014 (1396984582933)
Waiting for possible shutdown message on port 4445
summary =      1 in   5,2s =    0,2/s Avg:  5212 Min:  5212 Max:  5212 Err:     0 (0,00%)
Tidying up ...    @ Tue Apr 08 22:16:28 EEST 2014 (1396984588383)
... end of run
PHP Warning:  simplexml_load_file(): /Users/igor/vhosts/www/magento2/dev/tests/performance/report/home_page.jtl:1: parser error : Start tag expected, '<' not found in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132
PHP Stack trace:
PHP   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
PHP   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
PHP   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
PHP   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
PHP   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
PHP   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

Warning: simplexml_load_file(): /Users/igor/vhosts/www/magento2/dev/tests/performance/report/home_page.jtl:1: parser error : Start tag expected, '<' not found in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132

Call Stack:
    0.0003     241792   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
    0.0132     859488   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
   65.9820    7329840   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
   65.9820    7329920   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
   72.5003    7332408   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
   72.5003    7332592   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

PHP Warning:  simplexml_load_file(): 1396984583144,5212,Home Page,200,OK,Home Page 1-1,text,true,18592,5204 in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132
PHP Stack trace:
PHP   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
PHP   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
PHP   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
PHP   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
PHP   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
PHP   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

Warning: simplexml_load_file(): 1396984583144,5212,Home Page,200,OK,Home Page 1-1,text,true,18592,5204 in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132

Call Stack:
    0.0003     241792   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
    0.0132     859488   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
   65.9820    7329840   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
   65.9820    7329920   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
   72.5003    7332408   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
   72.5003    7332592   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

PHP Warning:  simplexml_load_file(): ^ in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132
PHP Stack trace:
PHP   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
PHP   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
PHP   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
PHP   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
PHP   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
PHP   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

Warning: simplexml_load_file(): ^ in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 132

Call Stack:
    0.0003     241792   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
    0.0132     859488   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
   65.9820    7329840   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
   65.9820    7329920   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
   72.5003    7332408   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90
   72.5003    7332592   6. simplexml_load_file() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:132

PHP Fatal error:  Call to a member function xpath() on a non-object in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 133
PHP Stack trace:
PHP   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
PHP   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
PHP   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
PHP   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
PHP   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90

Fatal error: Call to a member function xpath() on a non-object in /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php on line 133

Call Stack:
    0.0003     241792   1. {main}() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:0
    0.0132     859488   2. Magento\TestFramework\Performance\Testsuite->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/run_scenarios.php:81
   65.9820    7329840   3. Magento\TestFramework\Performance\Scenario\Handler\FileFormat->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Testsuite.php:141
   65.9820    7329920   4. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->run() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/FileFormat.php:80
   72.5003    7332408   5. Magento\TestFramework\Performance\Scenario\Handler\Jmeter->_getReportErrors() /Users/igor/vhosts/www/magento2/dev/tests/performance/framework/Magento/TestFramework/Performance/Scenario/Handler/Jmeter.php:90

jmeter.log file contants:

2014/04/08 22:16:22 INFO  - jmeter.util.JMeterUtils: Setting Locale to en_US 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Loading user properties from: /usr/local/Cellar/jmeter/2.11/libexec/bin/user.properties 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Loading system properties from: /usr/local/Cellar/jmeter/2.11/libexec/bin/system.properties 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: users=1 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: loops=1 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: host=magento2.dev 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: path=/ 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: basedir=/Users/igor/vhosts/www/magento2 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: admin_frontname=backend 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: admin_username=admin 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Setting JMeter property: admin_password=123123q 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Copyright (c) 1998-2014 The Apache Software Foundation 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Version 2.11 r1554548 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: java.version=1.7.0_51 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: java.vm.name=Java HotSpot(TM) 64-Bit Server VM 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: os.name=Mac OS X 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: os.arch=x86_64 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: os.version=10.9.2 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: file.encoding=UTF-8 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Default Locale=English (United States) 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: JMeter  Locale=English (United States) 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: JMeterHome=/usr/local/Cellar/jmeter/2.11/libexec 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: user.dir  =/Users/igor/vhosts/www/magento2/dev/tests/performance 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: PWD       =/Users/igor/vhosts/www/magento2/dev/tests/performance 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: IP: 192.168.1.109 Name: Igors-MacBook-Air.local FullName: 192.168.1.109 
2014/04/08 22:16:22 INFO  - jmeter.services.FileServer: Default base='/Users/igor/vhosts/www/magento2/dev/tests/performance' 
2014/04/08 22:16:22 INFO  - jmeter.services.FileServer: Set new base='/Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite' 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Loading file: /Users/igor/vhosts/www/magento2/dev/tests/performance/testsuite/home_page.jmx 
2014/04/08 22:16:22 INFO  - jmeter.save.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2 
2014/04/08 22:16:22 INFO  - jmeter.save.SaveService: Using SaveService properties file encoding UTF-8 
2014/04/08 22:16:22 INFO  - jmeter.save.SaveService: Using SaveService properties version 2.6 
2014/04/08 22:16:22 INFO  - jmeter.save.SaveService: Using SaveService properties file version 1554411 
2014/04/08 22:16:22 INFO  - jmeter.save.SaveService: All converter versions present and correct 
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Cannot find .className property for htmlParser, using default 
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/html is  
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xhtml+xml is  
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for application/xml is  
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/xml is  
2014/04/08 22:16:22 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 
2014/04/08 22:16:22 INFO  - jmeter.JMeter: Creating summariser <summary> 
2014/04/08 22:16:22 INFO  - jmeter.engine.StandardJMeterEngine: Listeners will be started after enabling running version 
2014/04/08 22:16:22 INFO  - jmeter.engine.StandardJMeterEngine: To revert to the earlier behaviour, define jmeterengine.startlistenerslater=false 
2014/04/08 22:16:22 INFO  - jmeter.engine.StandardJMeterEngine: Running the test! 
2014/04/08 22:16:22 INFO  - jmeter.samplers.SampleEvent: List of sample_variables: [] 
2014/04/08 22:16:22 INFO  - jmeter.samplers.SampleEvent: List of sample_variables: [] 
2014/04/08 22:16:22 INFO  - jmeter.engine.util.CompoundVariable: Note: Function class names must contain the string: '.functions.' 
2014/04/08 22:16:22 INFO  - jmeter.engine.util.CompoundVariable: Note: Function class names must not contain the string: '.gui.' 
2014/04/08 22:16:23 INFO  - jmeter.JMeter: Running test (1396984583066) 
2014/04/08 22:16:23 INFO  - jmeter.engine.StandardJMeterEngine: Starting ThreadGroup: 1 : Home Page 
2014/04/08 22:16:23 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group Home Page. 
2014/04/08 22:16:23 INFO  - jmeter.engine.StandardJMeterEngine: Thread will stop on error 
2014/04/08 22:16:23 INFO  - jmeter.threads.ThreadGroup: Starting thread group number 1 threads 1 ramp-up 0 perThread 0.0 delayedStart=false 
2014/04/08 22:16:23 INFO  - jmeter.threads.JMeterThread: jmeterthread.startearlier=true (see jmeter.properties) 
2014/04/08 22:16:23 INFO  - jmeter.threads.JMeterThread: Running PostProcessors in forward order 
2014/04/08 22:16:23 INFO  - jmeter.threads.ThreadGroup: Started thread group number 1 
2014/04/08 22:16:23 INFO  - jmeter.engine.StandardJMeterEngine: All thread groups have been started 
2014/04/08 22:16:23 INFO  - jmeter.threads.JMeterThread: Thread started: Home Page 1-1 
2014/04/08 22:16:23 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl: Maximum connection retries = 10 
2014/04/08 22:16:23 INFO  - jmeter.samplers.SampleResult: Note: Sample TimeStamps are START times 
2014/04/08 22:16:23 INFO  - jmeter.samplers.SampleResult: sampleresult.default.encoding is set to ISO-8859-1 
2014/04/08 22:16:23 INFO  - jmeter.samplers.SampleResult: sampleresult.useNanoTime=true 
2014/04/08 22:16:23 INFO  - jmeter.samplers.SampleResult: sampleresult.nanoThreadSleep=5000 
2014/04/08 22:16:28 INFO  - jmeter.threads.JMeterThread: Thread finished: Home Page 1-1 
2014/04/08 22:16:28 INFO  - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test 
2014/04/08 22:16:28 INFO  - jmeter.reporters.Summariser: summary =      1 in   5,2s =    0,2/s Avg:  5212 Min:  5212 Max:  5212 Err:     0 (0,00%) 

Also created report/home_page.jtl file with next content:

1396984583144,5212,Home Page,200,OK,Home Page 1-1,text,true,18592,5204

This issue is reproducing in build 2.0.0.0-dev73.

I have 2 questions:

  1. How I can fix it?
  2. There we have fixtures for creation catalog with 100k products, 200 categories & 80k products, etc. How I can run it to put generated data to my DB?

Thanks.

@verklov verklov self-assigned this Apr 10, 2014
@verklov
Copy link
Contributor

verklov commented Apr 10, 2014

@igor-svizev, I will forward your questions to the team. I will get back to you when I have the response ready.

@ihor-sviziev
Copy link
Contributor Author

@verklov I investigated this issue and it was related to different output format, I changed jmeter output format to xml and now it works. Created pull request #554.
For now only second issue is actual.

magento-team added a commit that referenced this issue May 12, 2014
* Themes update:
  * Blank theme was refactored to implement the mobile-first approach
* Fixed bugs:
  * Fixed an issue where it was impossible to place order using store credit
  * Fixed an issue where adding products with custom options from a wishlist to shopping cart caused an error
  * Fixed an issue where it was impossible to add a product to the shopping cart from the Wishlist sidebar
  * Fixed an issue where the Add to Wishlist drop-down arrow was missed on the category page on the frontend
  * Fixed an issue where it was impossible to manage multiple wishlists on the frontend if FPC was disabled
  * Fixed an issue where prices with taxes were not displayed on the category and product pages on the frontend
  * Fixed an issue where it was impossible to store cache when using either Varnish or built-in cache
  * Fixed an issue where all refactored indexers were in the REINDEX REQUIRED status after installation
  * Fixed an issue where admins with limited access could perform operations not allowed by role permissions
  * Fixed an issue where http links were generated instead of https links
  * Fixed an issue where it was impossible to use Subcategories when building a condition for a catalog price rule
  * Fixed an issue where a registered customer could not place an order using PayPal Payments Advanced
  * Fixed an issue where PayPal Settlement report was empty
  * Fixed an issue where a newly created subcategory was still active after switching to the Default category
  * Fixed an issue where it was impossible to save changes or remove a customer address on the backend
  * Fixed an issue where for an admin with restricted permissions previewing a newsletter template caused a fatal error
  * Fixed an issue where it was impossible to save a Tax Rate if specified that Zip was a range, and the Zip/Post Code field was left empty
  * Fixed an issue where Puerto Rico was listed both as a state and as a country
  * Fixed an issue where the Special Price was displayed instead of the place of Original Price in the Items Ordered column if the orders list.
  * Fixed an issue in Widget configuration where category check boxes did not stay selected when Anchor Categories were specified in the Display On drop-down list.
  * Fixed an issue where admin user password confirmation was not validated on the server side
  * Fixed an issue where adding a customer review caused an error
  * Fixed an issue where the incorrect error messages were displayed if an invalid email was entered during admin user or customer creation
  * Fixed an issue with the Debug section in developer settings, which should only be displayed for the website or store view scope level
  * Fixed an issue where the fatal error was displayed after uninstall if during installation it was specified to save session in the database
  * Fixed an issue where a wrong error message was displayed when a non-existing database was specified when installing Magento using the console install script
  * Fixed an issue where it was impossible to add products from a wishlist to a shopping cart
  * Fixed an issue where an error appeared after Magento installation
  * Improved the Blank theme UI
  * Fixed an issue with a zooming product image overlapped by category design on the frontend
  * Fixed an issue where it was impossible to select only billing or only shipping address when editing the user address on the frontend
  * Fixed an issue where it was impossible to view a Wishlist in the Wishlist Search widget
  * Fixed an issue where partial cache invalidation did not work for built-in caching
  * Fixed an issue where it was impossible to find a catalog event using the Countdown Ticker grid filter if the event had been specified to be displayed on both category and product pages
  * Fixed incorrect error messages displayed during customer registration
  * Fixed an issue where product attributes from other store views were displayed for products in a Wishlist
  * Fixed an issue where it was impossible to place an order without the CheckoutAgreements module
  * Fixed an issue where the Media Image attribute type was not available when creating the product attribute
  * Fixed an issue with incorrect label attribute for the State/Province drop-down list on the Shipping Information tab
  * Fixed an issue where using only digits in the SKU field of configurable products led to a confusing behavior
  * Fixed an issue where a catalog price rule was not shown on the catalog and product pages on the frontend
  * Fixed an issue where Recurring Profiles (payments) were available on the frontend for any registered user who had the URL
  * Fixed an issue where a credit card frame was absent on the Payment Information step of Onepage Checkout, if there was only one payment method with a credit card available
  * Fixed an issued where it was impossible to use inline translate for the My Account and Register links on the frontend
  * Fixed an issue where it was impossible to activate a customer using REST
  * Fixed an issue with the undefined version_compate method called in \lib\Magento\Connect\Validator.php
  * Fixed an issue with invalid XML formatting of Boolean in REST response
  * Fixed an issue where it was impossible to perform installation using index.php from the pub folder (problem with JS and CSS)
  * Fixed an issue where the Multiple Wishlist functionality did not work correctly with enabled Full Page Cache in the Chrome browser
  * Fixed an issue where it was impossible to change an admin frontname using console installation
  * Fixed an exception on the Transaction page when searching by payment method
  * Fixed an issue where the "Add to wishlist" link was displayed in catalog even when the Wishlist functionality was disabled
  * Fixed an issue where the system was broken if an admin user unassigned his own role
  * Fixed an issue with exceptions thrown on attempt to export products for users with store-level restrictions
  * Fixed an issue where two loaders were displayed when saving a category
  * Fixed an issue where it was impossible to search for a newsletter in the Newsletter grid
  * Fixed an issue where the displayed currency and product price were not changed after switching to a new currency
  * Fixed an issue with frontend crashing when deleting a product from a mini shopping cart
  * Fixed an issue where it was impossible to add a bundle product to a shopping cart
  * Fixed an issue where a configurable product base image disappeared when selecting product variations
* Functional tests:
  * Functional end-to-end tests publication
     * Bundle product
     * Category
     * Customer
     * Configurable product
     * Downloadable product
     * Newsletter
     * Review
     * Simple product
     * Sitemap
     * Store
     * Tax Rule
     * User
     * Virtual product
* Service layer updates:
  * Move CurrentCustomerService from Service to Helper
* GitHub requests:
  * [#544] (#544) Performance tests not working
  * [#554] (#554) Performance tests - Fix jmeter output format
  * [#525] (#525) Fix typo in FS Generator help message
  * [#563] (#563) Admin Login not working #563
@verklov
Copy link
Contributor

verklov commented May 12, 2014

@igor-svizev, we have just released the fix for the issue that you reported. Please check dev77 containing the fix. Thank you for reporting this issue to us! Looking forward for your new contributions.

@verklov verklov closed this as completed May 12, 2014
magento-team added a commit that referenced this issue Jun 27, 2014
* Fixed bugs:
  * Fixed an issue where an invalidly filled option did not become in focus after saving attempt on the Create New Order page in the backend
  * Fixed an issue with the default configuration not being applied properly in the CAPTCHA configuration section
  * Fixed an issue with optional State/Province fields on the Create New Order page being marked as required
  * Fixed an issue with incorrect Customer model usage on session in community modules
  * Fixed an issue where cache was not invalidated after applying catalog price rule
  * Fixed an issue where an admin with custom permissions could not create Shopping Cart Price Rule/Catalog Price Rule
  * Fixed an issue with REST request and response format being inconsistent
  * Fixed an issue where there was an error on a bundle product page if bundle items contained an out of stock product
  * Fixed a JS issue which appeared when adding associated products for a grouped product
  * Fixed an issue where layered navigation was absent on the Advanced Search results page
  * Fixed an issue where the leading "0" in numbers were truncated when exporting using Excel XML
  * Fixed the price type attribute filter in Layered Navigation
  * Fixed an issue with a fatal error in \Magento\Framework\ArchiveTest when bz2 extension was not installed
  * Fixed an issue where an admin could search product by attributes set on the Store View level (except default store view)
  * Fixed an issue where extra spaces in search values were not ignored during search and thus wrong search results were given
* GitHub requests:
  * [#542]  Fix ImportExport bug which occurs while importing multiple rows per entity
  * [#544]  Performance tests not working
* Framework improvements:
  * Covered the following Magento application components with unit tests:
      * `Customer/Model/Address.php`
      * `Customer/Model/Address/AbstractAddress.php `
      * `Customer/Model/Address/Converter.php`
      * `Customer/Model/Customer.php`
      * `Customer/Model/Customer/Attribute/Backend/Billing.php`
      * `Customer/Model/Customer/Attribute/Backend/Shipping.php`
      * `Customer/Model/Customer/Attribute/Backend/Store.php `
      * `Customer/Model/Customer/Attribute/Backend/Website.php `
      * `Customer/Model/Customer/Attribute/Backend/PasswordTest.php`
      * `Customer/Helper/Address.php`
      * `Customer/Helper/View.php`
      * `Customer/Service/V1/CustomerAccountService.php`
  * Covered Magento lib with unit tests:
      * `lib/internal/Magento/Framework/Filter/*`
      * `lib/internal/Magento/Framework/Model/Resource/Db/AbstractDb.php`
      * `lib/internal/Magento/Framework/Model/Resource/Db/Collection/AbstractCollection.php`
      * `lib/internal/Magento/Framework/File/Uploader.php`
      * `lib/internal/Magento/Framework/File/Csv.php`
      * `lib/internal/Magento/Framework/Less/File/Collector/Aggregated.php`
      * `lib/internal/Magento/Framework/Less/File/Collector/Library.php`
      * `lib/internal/Magento/Framework/Locale/Config.php`
      * `lib/internal/Magento/Framework/Locale/Currency.php`
      * `lib/internal/Magento/Framework/App/Config/Element.php`
      * `lib/internal/Magento/Framework/App/Config/Value.php`
      * `lib/internal/Magento/Framework/App/DefaultPath/DefaultPath.php`
      * `lib/internal/Magento/Framework/App/EntryPoint/EntryPoint.php`
      * `lib/internal/Magento/Framework/App/Helper/AbstractHelper.php`
      * `lib/internal/Magento/Framework/App/Resource/ConnectionFactory.php`
      * `lib/internal/Magento/Framework/App/Route/Config.php`
  * Implemented the ability for a mobile client to get a partial response
  * Added authentication support for mobile
  * Refactored the Oauth lib exception not to reference module classes
  * Moved the authorization services according to the new directory format: was \Magento\Authz\Service\AuthorizationV1Interface, became \Magento\Authz\Service\V1\AuthorizationInterface
  * Moved the integration services according to the new directory format:
    * Was \Magento\Integration\Service\IntegrationV1, became \Magento\Integration\Service\V1\Integration
    * Was \Magento\Integration\Service\OauthV1, became \Magento\Integration\Service\V1\Oauth
  * Improved security of the integration registration
  * Introduced language packages with ability to inherit dictionaries
* Improved modularity of ImportExport
* Created Service API for Magento_Catalog module:
   * Implemented Product Attribute Media API
   * Implemented Product Group Price API
   * Implemented Product Attribute Write API
   * Implemented Product Attribute Options Read and Write API
* Created Service for the Magento Tax module:
  * Implemented Tax Rule Service
  * Implemented Tax Rate Service
  * Implemented Tax Calculation Data Objects
  * Implemented Tax Calculation Builders
  * Implemented Tax Calculation Service
* Covered the part of the Catalog Module with unit tests
* Added PayPall Bill Me Later button
* Streamlined checkout experience
* Improved order review page for PayPal Express Checkout
magento-team pushed a commit that referenced this issue Aug 27, 2015
[Troll] CQRS-ready DB connection management
magento-team pushed a commit that referenced this issue Apr 18, 2016
okorshenko pushed a commit that referenced this issue Dec 14, 2016
magento-devops-reposync-svc pushed a commit that referenced this issue Jun 13, 2023
ACPT-1359: Fix testObserverHasNoExtraPublicMethods test on PR
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