@@ -40,196 +40,210 @@ public AuditingTests(ITestOutputHelper output)
40
40
}
41
41
42
42
[ Fact ]
43
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
43
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
44
44
public void TestAuditingDatabaseUpdatePolicyWithStorage ( )
45
45
{
46
46
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithStorage" ) ;
47
47
}
48
48
49
49
[ Fact ]
50
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
50
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
51
51
public void TestAuditingDatabaseUpdatePolicyWithStorageV2 ( )
52
52
{
53
53
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithStorageV2" ) ;
54
54
}
55
55
56
56
[ Fact ]
57
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
57
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
58
58
public void TestAuditingServerUpdatePolicyWithStorage ( )
59
59
{
60
60
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithStorage" ) ;
61
61
}
62
62
63
63
[ Fact ]
64
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
64
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
65
65
public void TestAuditingDatabaseUpdatePolicyWithEventTypes ( )
66
66
{
67
67
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithEventTypes" ) ;
68
68
}
69
69
70
70
[ Fact ]
71
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
71
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
72
72
public void TestAuditingServerUpdatePolicyWithEventTypes ( )
73
73
{
74
74
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithEventTypes" ) ;
75
75
}
76
76
77
77
[ Fact ]
78
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
78
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
79
79
public void TestAuditingDisableDatabaseAuditing ( )
80
80
{
81
81
RunPowerShellTest ( "Test-AuditingDisableDatabaseAuditing" ) ;
82
82
}
83
83
84
84
[ Fact ]
85
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
85
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
86
86
public void TestAuditingDisableServerAuditing ( )
87
87
{
88
88
RunPowerShellTest ( "Test-AuditingDisableServerAuditing" ) ;
89
89
}
90
90
91
91
[ Fact ]
92
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
92
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
93
93
public void TestAuditingDatabaseDisableEnableKeepProperties ( )
94
94
{
95
95
RunPowerShellTest ( "Test-AuditingDatabaseDisableEnableKeepProperties" ) ;
96
96
}
97
97
98
98
[ Fact ]
99
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
99
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
100
100
public void TestAuditingServerDisableEnableKeepProperties ( )
101
101
{
102
102
RunPowerShellTest ( "Test-AuditingServerDisableEnableKeepProperties" ) ;
103
103
}
104
104
105
105
[ Fact ]
106
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
106
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
107
107
public void TestAuditingUseServerDefault ( )
108
108
{
109
109
RunPowerShellTest ( "Test-AuditingUseServerDefault" ) ;
110
110
}
111
111
112
112
[ Fact ]
113
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
113
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
114
114
public void TestAuditingFailedDatabaseUpdatePolicyWithNoStorage ( )
115
115
{
116
116
RunPowerShellTest ( "Test-AuditingFailedDatabaseUpdatePolicyWithNoStorage" ) ;
117
117
}
118
118
119
119
[ Fact ]
120
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
120
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
121
121
public void TestAuditingFailedServerUpdatePolicyWithNoStorage ( )
122
122
{
123
123
RunPowerShellTest ( "Test-AuditingFailedServerUpdatePolicyWithNoStorage" ) ;
124
124
}
125
125
126
126
[ Fact ]
127
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
127
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
128
128
public void TestAuditingFailedUseServerDefault ( )
129
129
{
130
130
RunPowerShellTest ( "Test-AuditingFailedUseServerDefault" ) ;
131
131
}
132
132
133
133
[ Fact ]
134
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
134
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
135
135
public void TestAuditingDatabaseUpdatePolicyWithEventTypeShortcuts ( )
136
136
{
137
137
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithEventTypeShortcuts" ) ;
138
138
}
139
139
140
140
[ Fact ]
141
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
141
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
142
142
public void TestAuditingServerUpdatePolicyWithEventTypeShortcuts ( )
143
143
{
144
144
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithEventTypeShortcuts" ) ;
145
145
}
146
146
147
147
[ Fact ]
148
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
148
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
149
149
public void TestAuditingDatabaseUpdatePolicyKeepPreviousStorage ( )
150
150
{
151
151
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyKeepPreviousStorage" ) ;
152
152
}
153
153
154
154
[ Fact ]
155
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
155
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
156
156
public void TestAuditingServerUpdatePolicyKeepPreviousStorage ( )
157
157
{
158
158
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyKeepPreviousStorage" ) ;
159
159
}
160
160
161
161
[ Fact ]
162
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
162
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
163
163
public void TestAuditingFailWithBadDatabaseIndentity ( )
164
164
{
165
165
RunPowerShellTest ( "Test-AuditingFailWithBadDatabaseIndentity" ) ;
166
166
}
167
167
168
168
[ Fact ]
169
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
169
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
170
170
public void TestAuditingFailWithBadServerIndentity ( )
171
171
{
172
172
RunPowerShellTest ( "Test-AuditingFailWithBadServerIndentity" ) ;
173
173
}
174
174
175
175
[ Fact ]
176
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
176
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
177
177
public void TestAuditingDatabaseStorageKeyRotation ( )
178
178
{
179
179
RunPowerShellTest ( "Test-AuditingDatabaseStorageKeyRotation" ) ;
180
180
}
181
181
182
182
[ Fact ]
183
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
183
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
184
184
public void TestAuditingServerStorageKeyRotation ( )
185
185
{
186
186
RunPowerShellTest ( "Test-AuditingServerStorageKeyRotation" ) ;
187
187
}
188
188
189
189
[ Fact ]
190
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
190
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
191
191
public void TestAuditingServerUpdatePolicyWithRetention ( )
192
192
{
193
193
RunPowerShellTest ( "Test-AuditingServerUpdatePolicyWithRetention" ) ;
194
194
}
195
195
196
196
[ Fact ]
197
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
197
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
198
198
public void TestAuditingDatabaseUpdatePolicyWithRetention ( )
199
199
{
200
200
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithRetention" ) ;
201
201
}
202
202
203
203
[ Fact ]
204
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
204
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
205
205
public void TestAuditingServerRetentionKeepProperties ( )
206
206
{
207
207
RunPowerShellTest ( "Test-AuditingServerRetentionKeepProperties" ) ;
208
208
}
209
209
210
210
[ Fact ]
211
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
211
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
212
212
public void TestAuditingDatabaseRetentionKeepProperties ( )
213
213
{
214
214
RunPowerShellTest ( "Test-AuditingDatabaseRetentionKeepProperties" ) ;
215
215
}
216
216
217
217
[ Fact ]
218
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
218
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
219
219
public void TestBlobAuditingOnDatabase ( )
220
220
{
221
221
RunPowerShellTest ( "Test-BlobAuditingOnDatabase" ) ;
222
222
}
223
223
224
224
[ Fact ]
225
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
225
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
226
226
public void TestBlobAuditingOnServer ( )
227
227
{
228
228
RunPowerShellTest ( "Test-BlobAuditingOnServer" ) ;
229
229
}
230
230
231
+ [ Fact ]
232
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
233
+ public void TestDatatabaseAuditingTypeMigration ( )
234
+ {
235
+ RunPowerShellTest ( "Test-DatatabaseAuditingTypeMigration" ) ;
236
+ }
237
+
238
+ [ Fact ]
239
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
240
+ public void TestServerAuditingTypeMigration ( )
241
+ {
242
+ RunPowerShellTest ( "Test-ServerAuditingTypeMigration" ) ;
243
+ }
244
+
231
245
[ Fact ( Skip = "Waiting backend validation" ) ]
232
- [ Trait ( Category . AcceptanceType , Category . Sql ) ]
246
+ [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
233
247
public void TestAuditingDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion ( )
234
248
{
235
249
RunPowerShellTest ( "Test-AuditingDatabaseUpdatePolicyWithSameNameStorageOnDifferentRegion" ) ;
0 commit comments