Skip to content

Check fullSetParametersFile for null before attempting a Path.Combine #1917

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

Merged
merged 4 commits into from
Mar 24, 2016

Conversation

eocrawford
Copy link
Member

See title

@azuresdkci
Copy link

Can one of the admins verify this patch?

@hovsepm
Copy link
Contributor

hovsepm commented Mar 10, 2016

@azuresdkci add to whitelist

@hovsepm
Copy link
Contributor

hovsepm commented Mar 17, 2016

@eocrawford please fix build breaks

@eocrawford
Copy link
Member Author

Hi, not sure what the issue is here or how to fix it. (My change contains a passing unit test.) I'm unable to access the Details URL (http://azuresdkci.cloudapp.net/job/powershell/4459/); fails with eocrawford is missing the Overall/Read permission. If you can grant that permission, I'll take a look at the details and see what I can do to fix the problem

@markcowl
Copy link
Member

@eocrawford build failure, here are the errors from the log:

(CoreCompile target) -> 
17:16:42   Websites\PublishAzureWebsiteProjectTests.cs(25,53): error CS1525: Invalid expression term '[' [D:\workspace\powershell-2\src\ServiceManagement\Services\Commands.Test\Commands.Test.csproj]
17:16:42   Websites\PublishAzureWebsiteProjectTests.cs(25,54): error CS1003: Syntax error, ',' expected [D:\workspace\powershell-2\src\ServiceManagement\Services\Commands.Test\Commands.Test.csproj]
17:16:42   Websites\PublishAzureWebsiteProjectTests.cs(25,73): error CS1003: Syntax error, ',' expected [D:\workspace\powershell-2\src\ServiceManagement\Services\Commands.Test\Commands.Test.csproj]

const string websiteName = "test-site";
const string package = "test-package";
string slot = null;
var connectionStrings = new Hashtable { ["DefaultConnection"] = "test-connection-string" };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eocrawford This is where the compilation issue is, according to the log.

I believe you use the same literal construction as a dictionary, i.e.:

var connectionStrings = new HashTable {
    {"DefaultConnection", "test-connection-string"}
};

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved the hashtable initialization after the declaration to match the existing syntax in other test cases.

@markcowl
Copy link
Member

@azuresdkci retest this please

1 similar comment
@hovsepm
Copy link
Contributor

hovsepm commented Mar 23, 2016

@azuresdkci retest this please

@markcowl
Copy link
Member

@markcowl
Copy link
Member

@eocrawford failure in the on demand run

@eocrawford
Copy link
Member Author

I'm not able to view the results at http://azuresdkci.cloudapp.net/view/1-AzurePowerShell/job/powershell-demand/620/. How do I get permission? Alternately, you can paste the results here and I'll take a look.

@eocrawford
Copy link
Member Author

I'm not able to repro the test failure locally and it happens outside the area I touched. Can we get a rerun?

@eocrawford
Copy link
Member Author

@azuresdkci retest this please

1 similar comment
@eocrawford
Copy link
Member Author

@azuresdkci retest this please

@hovsepm
Copy link
Contributor

hovsepm commented Mar 24, 2016

@markcowl markcowl merged commit 0815c28 into Azure:dev Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants