-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Comments
@igor-svizev, I will forward your questions to the team. I will get back to you when I have the response ready. |
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
@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. |
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-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
When I trying run performance tests, I have waring. There I put full console output:
jmeter.log file contants:
Also created report/home_page.jtl file with next content:
This issue is reproducing in build 2.0.0.0-dev73.
I have 2 questions:
Thanks.
The text was updated successfully, but these errors were encountered: