Rally Sahara test not working on scale

Bug #1416546 reported by Dina Belova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Invalid
High
Nikita Konovalov

Bug Description

create_and_delete_vanilla_cluster scenario is failing on scale.

--------------------------------------------------------------------------------
Task 6cd5f0fa-4c98-4c1b-9a63-efd996bb5278: failed
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 180, in validate
    self._validate_config_semantic(self.config)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/common/utils.py", line 205, in wrapper
    result = f(self, *args, **kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 170, in _validate_config_semantic
    kwargs)
  File "/opt/stack/.venv/lib/python2.7/site-packages/rally/benchmark/engine.py", line 150, in _validate_config_semantic_helper
    raise exceptions.InvalidBenchmarkConfig(**kw)
InvalidBenchmarkConfig: Input task is invalid!

Benchmark SaharaClusters.create_and_delete_cluster[0] has wrong configuration
Benchmark configuration:
{'runner': {'type': 'constant', 'concurrency': 1, 'times': 2}, 'args': {'workers_count': 0.333333333333, 'flavor': {'name': 'm1.medium'}, 'hadoop_version': '2.4.1', 'plugin_name': 'vanilla'}, 'sla': {'failure_rate': {'max': 0}}, 'context': {'sahara_image': {'username': 'ubuntu', 'image_url': 'http://sahara-files.mirantis.com/mos60/sahara-juno-vanilla-2.4.1-ubuntu-14.04.qcow2', 'hadoop_version': '2.4.1', 'plugin_name': 'vanilla'}, 'users': {'users_per_tenant': 1, 'tenants': 1}, 'network': {}}}

Reason:
 Invalid scenario argument: 'workers_count is 0.333333333333 which hasn't int type'

After https://gerrit.mirantis.com/#/c/38689/1 was proposed, tests are still failing, and that's the only result:

config
{
  "kw": {
    "runner": {
      "type": "constant",
      "concurrency": 1,
      "times": 2
    },
    "args": {
      "workers_count": 1,
      "flavor": {
        "name": "m1.medium"
      },
      "hadoop_version": "2.4.1",
      "plugin_name": "vanilla"
    },
    "sla": {
      "failure_rate": {
        "max": 0
      }
    },
    "context": {
      "sahara_image": {
        "username": "ubuntu",
        "image_url": "http://sahara-files.mirantis.com/mos60/sahara-juno-vanilla-2.4.1-ubuntu-14.04.qcow2",
        "hadoop_version": "2.4.1",
        "plugin_name": "vanilla"
      },
      "network": {
        "networks_per_tenant": 1,
        "start_cidr": "10.2.0.0/24"
      },
      "users": {
        "project_domain": "default",
        "users_per_tenant": 1,
        "user_domain": "default",
        "tenants": 1,
        "resource_management_workers": 30
      }
    }
  },
  "name": "SaharaClusters.create_and_delete_cluster",
  "pos": 0
}
results
+--------+-----+-----+-----+----------+-------+--------+
| Action | min | avg | max | failures | total | result |
+--------+-----+-----+-----+----------+-------+--------+
+--------+-----+-----+-----+----------+-------+--------+

Tags: sahara scale
Changed in mos:
status: Confirmed → In Progress
Revision history for this message
Leontii Istomin (listomin) wrote :

api: '1.0'
astute_sha: f7cda2171b0b677dfaeb59693d980a2d3ee4c3e0
auth_required: true
build_id: 2015-02-02_20-50-01
build_number: '64'
feature_groups:
- mirantis
fuellib_sha: f41f594850fb8ced89a2a29649cd478492d2b29b
fuelmain_sha: f39ba78d418a53e3ebc9dddd540abb5fffb4986f
nailgun_sha: c0a6ed9319048e907d7f696398262108b319bf11
ostf_sha: 3b57985d4d2155510894a1f6d03b478b201f7780
production: docker
release: 6.0.1
release_versions:
  2014.2-6.0.1:
    VERSION:
      api: '1.0'
      astute_sha: f7cda2171b0b677dfaeb59693d980a2d3ee4c3e0
      build_id: 2015-02-02_20-50-01
      build_number: '64'
      feature_groups:
      - mirantis
      fuellib_sha: f41f594850fb8ced89a2a29649cd478492d2b29b
      fuelmain_sha: f39ba78d418a53e3ebc9dddd540abb5fffb4986f
      nailgun_sha: c0a6ed9319048e907d7f696398262108b319bf11
      ostf_sha: 3b57985d4d2155510894a1f6d03b478b201f7780
      production: docker
      release: 6.0.1

another issue now. image been uploaded successfully
http://paste.openstack.org/show/166605/
http://paste.openstack.org/show/166616/
But the following error occurred after creating neutron items
http://paste.openstack.org/show/166606/

rally logs are attached

Changed in mos:
milestone: none → 6.1
Dina Belova (dbelova)
tags: added: sahara
Revision history for this message
Nikita Konovalov (nkonovalov) wrote :

The issue is not reproducing anymore after the template engine was fixed not set 0.333 compute count.

Changed in mos:
status: In Progress → Won't Fix
Revision history for this message
Dmitry Mescheryakov (dmitrymex) wrote :

Setting to invalid, as that is a more proper status for bugs which could not be reproduced any more

Changed in mos:
status: Won't Fix → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.