GoogleCloudPlatform / GoogleCloudPlatform/PerfKitBenchmarker

Unable to use run stages with OpenStack

Open
#899 17 comments 0 reactions 0 assignees View on GitHub
bug P2
Dominant language
Python
Stars
2k
Forks
562
Avg merge
4h 55m
Merged PRs (30d)
69

Description

While trying to run PKB with --run_uri, pickle is stuck in never ending loop and fails with:

```
maximum recursion depth exceeded while calling a Python object
```

After some digging, I've found out that the issue is with **getattribute** method stuck in never ending loop in perfkitbenchmarker/providers/openstack/utils.py:

```
File "perfkitbenchmarker/providers/openstack/utils.py", line 80, in __getattribute__
return self.__client.__getattribute__(item)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.