-
Notifications
You must be signed in to change notification settings - Fork 101
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
Azure's Integration-Test fails #1353
Comments
When I run this locally it installs the same version without error:
|
In my local test the What kind of shell did you use in your test? |
I did some more testing and am pretty sure it is due to the path being too long, as Windows has MAX_PATH limit of ~256 characters. I moved my installation of devon to a shorter path and that fixed the problem. The file which caused the error was: ...\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure\cli\command_modules\dla\vendored_sdks\azure_mgmt_datalake_analytics\account\models\data_lake_analytics_account_management_client_enums.pyc There is a workaround on Windows to enable long paths. |
The integration-test for Azure fails on Windows.
Log:
It seems that the bug is caused by the new version 2.52.
The text was updated successfully, but these errors were encountered: