Skip to content

Updating dynamic data masking to use the RuleState property #1116

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 8 commits into from
Oct 19, 2015

Conversation

yoavrubin
Copy link
Member

No description provided.

@azurecla
Copy link

Hi @yoavrubin, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!


It looks like you're working at Microsoft (yrubin). If you're full-time, we DON'T require a contribution license agreement.



If you are a vendor, or work for Microsoft Open Technologies, DO please sign the electronic contribution license agreement. It will take 2 minutes and there's no faxing! https://cla.azure.com.

TTYL, AZPRBOT;

@yoavrubin
Copy link
Member Author

Can be merged

@@ -21,49 +21,49 @@ namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests
public class DataMaskingTests : SqlTestsBase
{

[Fact(Skip = "test takes more than 5 sec")]
[Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseDataMaskingPolicyEnablementToggling()
Copy link
Member

Choose a reason for hiding this comment

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

These tests were disabled because they were taking over 5 sec per tests. Based on the last test run they still take 760 seconds all together (and about 100 sec each). Please either fix the performance or exclude them from the CI test run. If you mark them as [Trait(Category.AcceptanceType, Category.BVT)] they will be run post PR merge in a separate job.

stankovski added a commit that referenced this pull request Oct 19, 2015
Updating dynamic data masking to use the RuleState property
@stankovski stankovski merged commit 4d2f8d7 into Azure:dev Oct 19, 2015
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.

3 participants