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

Scale: rgw namespace store did not reach a healthy state within 180 seconds #9645

Open
tiffanyn108 opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
MCG Multi Cloud Gateway / NooBaa related issues scale TestCase failing

Comments

@tiffanyn108
Copy link
Contributor

Test case: test_scale_namespace_bucket_creation_crd[Scale-RWG-RGW-Multi]

Test log:

Error message:
self = <ocs_ci.utility.utils.TimeoutSampler object at 0x7ff188571af0>

def iter(self):
if self.start_time is None:
self.start_time = time.time()
while True:
self.last_sample_time = time.time()
if self.timeout <= (self.last_sample_time - self.start_time):

      raise self.timeout_exc_cls(*self.timeout_exc_args)

E ocs_ci.ocs.exceptions.TimeoutExpiredError: Timed out after 180s running oc_verify_health()

ocs_ci/utility/utils.py:1310: TimeoutExpiredError

During handling of the above exception, another exception occurred:

self = <test_scale_namespace_crd.TestScaleNamespace object at 0x7ff1f4ccde50>
mcg_obj = <ocs_ci.ocs.resources.mcg.MCG object at 0x7ff1f2be3040>
bucket_factory = <function bucket_factory_fixture.._create_buckets at 0x7ff0ba8be9d0>
bucketclass_dict = {'interface': 'OC', 'namespace_policy_dict': {'namespacestore_dict': {'rgw': [(2, None)]}, 'type': 'Multi'}}
s3bench = <ocs_ci.ocs.hsbench.HsBench object at 0x7ff0c06cdd60>
...

E AssertionError: rgw-ns-store-8ba28bf8385b49d19a3db731184 did not reach a healthy state within 180 seconds

ocs_ci/ocs/resources/namespacestore.py:186: AssertionError

@tiffanyn108 tiffanyn108 added TestCase failing scale MCG Multi Cloud Gateway / NooBaa related issues labels Apr 5, 2024
@tiffanyn108 tiffanyn108 self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MCG Multi Cloud Gateway / NooBaa related issues scale TestCase failing
Projects
None yet
Development

No branches or pull requests

1 participant