| Summary: | Frequent errors from site test cases | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Dan McPherson <dmcphers> |
| Component: | Website | Assignee: | Fabiano Franz <ffranz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | agoldste, yujzhang |
| Target Milestone: | --- | Keywords: | UpcomingRelease |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-26 19:08:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Dan McPherson
2013-11-12 00:05:08 UTC
app uuid 5280fda8873c793f3c000094 At 10:55:58, it looks like a scale up to 3 was started (PUT "/broker/rest/application/5280fda8873c793f3c000094/cartridge/ruby-1.8.json) (pid 5632). At 10:57:19, update-cluster was invoked via MCollective (pid 5632). At 10:57:20, another request came in (also PUT "/broker/rest/application/5280fda8873c793f3c000094/cartridge/ruby-1.8.json) (pid 28292) setting the scale min/max to 2 At 10:58:10, the 2nd scale request failed - Unable to perform action. Another operation is already running. (pid:28292) At 10:58:37, update-cluster for pid 5632 finished *** Bug 1029678 has been marked as a duplicate of this bug. *** Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/6f7208d3448261bf741fcc5a7fb7833c74ed3b0f Bug 1029240 - moved REST API cartridge test to avoid race conditions when scaling with_scalable_app in different suites Tested on devenv_4269 and ran the cartridge_test.rb, pass without error, result is as following: [root@ip-10-138-38-81 rest_api]# ruby cartridge_test.rb *** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`. Run options: --seed 14072 # Running tests: .. Finished tests in 147.932346s, 0.0135 tests/s, 0.1082 assertions/s. 2 tests, 16 assertions, 0 failures, 0 errors, 0 skips Coverage report generated for cartridge_test.rb to /var/www/openshift/site/test/integration/rest_api/test/coverage/. 3346 / 7651 LOC (43.73%) covered. So verify this bug, thanks. |