File tree Expand file tree Collapse file tree
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313namespace Microsoft . Data . SqlClient . ManualTesting . Tests
1414{
15- [ Trait ( "Set" , "3" ) ]
1615 public class ConnectionPoolConnectionStringProvider : IEnumerable < object [ ] >
1716 {
1817 private static readonly string _TCPConnectionString = new SqlConnectionStringBuilder ( DataTestUtility . TCPConnectionString ) {
19- MultipleActiveResultSets = false ,
18+ MultipleActiveResultSets = false ,
2019 Pooling = true } . ConnectionString ;
2120 private static readonly string _tcpMarsConnStr = new SqlConnectionStringBuilder ( DataTestUtility . TCPConnectionString ) {
2221 MultipleActiveResultSets = true ,
@@ -58,6 +57,7 @@ public IEnumerator<object[]> GetEnumerator()
5857 }
5958
6059 // TODO Synapse: Fix these tests for Azure Synapse.
60+ [ Trait ( "Set" , "3" ) ]
6161 public static class ConnectionPoolTest
6262 {
6363 /// <summary>
Original file line number Diff line number Diff line change 1414
1515namespace Microsoft . Data . SqlClient . ManualTesting . Tests . SQL . VectorTest
1616{
17- [ Trait ( "Set" , "3" ) ]
1817 public static class VectorFloat32TestData
1918 {
2019 public const int VectorHeaderSize = 8 ;
@@ -54,6 +53,7 @@ public static IEnumerable<object[]> GetVectorFloat32TestData()
5453 }
5554 }
5655
56+ [ Trait ( "Set" , "3" ) ]
5757 public sealed class NativeVectorFloat32Tests : IDisposable
5858 {
5959 private readonly ITestOutputHelper _output ;
You can’t perform that action at this time.
0 commit comments