Skip to content

Commit

Permalink
Merged PR 7439021: Add ignored tests to QUIC Ignore test list
Browse files Browse the repository at this point in the history
## Pull Request Checklist
### General
- [ ] Are all regression test passed?
- [x ] Are there any test cases that will expose unfixed TDIs or Windows bugs?

### New Test Case
- [ x] Have Design Spec and User Guide been updated?
- [x ] Can all the test cases be loaded and executed by PTM & PTMCli?
- [ x] Can the related changes support multiple platform(Windows, Linux, MacOS)?

### SDK Changes
- [ ] Are all related test suites Regression passed?

Add ignored tests to QUIC Ignore test list

Related work items: #39432526
  • Loading branch information
abiodun-aremu committed Jun 6, 2022
1 parent 996e54a commit 67bf86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ public virtual void CheckTestOverQUIC()
"ResilientHandleBasicTestCaseS2246", "ResilientHandleDurableTestCaseS2743", "ResilientHandleBasicTestCaseS1109", "DurableHandleV2PreparedWithLeaseV2ReconnectTestCaseS318",
"ResilientOpenScavengerTimer_ReconnectBeforeTimeout",
"AppInstanceIdTestCaseS26", "AppInstanceIdTestCaseS561", "AppInstanceIdTestCaseS566", "AppInstanceIdTestCaseS46",
"AppInstanceIdTestCaseS591", "AppInstanceIdTestCaseS54", "AppInstanceIdTestCaseS586"
"AppInstanceIdTestCaseS591", "AppInstanceIdTestCaseS54", "AppInstanceIdTestCaseS586",
"ReplayCreateDurableHandleV2TestCaseS1163", "ReplayCreateDurableHandleV2TestCaseS176", "ReplayCreateDurableHandleV2TestCaseS758"
};
if (testConfig.UnderlyingTransport == Smb2TransportType.Quic && testList.Contains(CurrentTestCaseName))
Site.Assert.Inconclusive("Ignoring test {0} over QUIC", CurrentTestCaseName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ public void ReadConfig(out ReplayServerConfig c)
replayConfig = c;

testConfig.CheckDialect(DialectRevision.Smb30);

base.CheckTestOverQUIC();
Site.Log.Add(LogEntryKind.Debug, c.ToString());
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5028,7 +5028,6 @@ private void PreConstraintChecker51() {
#endregion

#region Test Starting in S1163
[Microsoft.VisualStudio.TestTools.UnitTesting.Ignore]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestMethod()]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Model)]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Positive)]
Expand Down Expand Up @@ -21851,7 +21850,6 @@ private void PreConstraintChecker247() {

#region Test Starting in S176

[Microsoft.VisualStudio.TestTools.UnitTesting.Ignore]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestMethod()]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Model)]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Positive)]
Expand Down Expand Up @@ -39060,7 +39058,6 @@ private void ReplayCreateDurableHandleV2TestCaseS75CreateResponseChecker2(Micros

#region Test Starting in S758

[Microsoft.VisualStudio.TestTools.UnitTesting.Ignore]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestMethod()]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Model)]
[Microsoft.VisualStudio.TestTools.UnitTesting.TestCategory(Microsoft.Protocols.TestSuites.FileSharing.Common.Adapter.TestCategories.Positive)]
Expand Down

0 comments on commit 67bf86e

Please sign in to comment.