Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: test-execution
-
Security Level: Public
-
Labels:None
Description
Hey Deep, believe you have many tests relying on the couchbase.py module. Problem is whenever I have public couchbase sdk installed and try to use anything from testrunner that relies on rest_client, I get the following error:
File "../lib/membase/api/rest_client.py", line 8, in <module>
from couchbase.document import DesignDocument, View
ImportError: No module named document
In the past I've done workaround by modifying sys.path to import local couchbase module first. But now I have a complicated situation where this is no longer working.
Will be great to find another name for this: 'lib/couchbaseinternal' or 'lib/rest_couchbase' ?
File "../lib/membase/api/rest_client.py", line 8, in <module>
from couchbase.document import DesignDocument, View
ImportError: No module named document
In the past I've done workaround by modifying sys.path to import local couchbase module first. But now I have a complicated situation where this is no longer working.
Will be great to find another name for this: 'lib/couchbaseinternal' or 'lib/rest_couchbase' ?
MB-6923: workaround for couchbase module confilct (Revision a81142c9617483e325e4eab98e8fc92ecae68b5a)
Result = UNSTABLE
tmcafee :
Files :
* lib/membase/api/rest_client.py