Skip to content

Tests | Failing tests that need to marked flaky #4379

Description

@cheenamalhotra

Putting a list together for marking tests flaky that still are failing on main pipeline as of today:

  • Failing configs: MacOSLatest_Sql22 | Win11_ARM64_Azure_Sql |
    Test case: Microsoft.Data.SqlClient.UnitTests.SimulatedServerTests.ConnectionFailoverTests.TransientFault_ShouldConnectToPrimary(errorCode: 40613)
    Failed Microsoft.Data.SqlClient.UnitTests.SimulatedServerTests.ConnectionFailoverTests.TransientFault_ShouldConnectToPrimary(errorCode: 40613) [1 s]
    EXEC : error Message:  [D:\a\_work\1\s\build.proj]
         System.ArgumentException : Connecting to a mirrored SQL Server instance using the MultiSubnetFailover connection option is not supported.
        Stack Trace:
           at Microsoft.Data.SqlClient.SqlConnectionOptions..ctor(String connectionString) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\src\Microsoft\Data\SqlClient\SqlConnectionOptions.cs:line 402
         at Microsoft.Data.SqlClient.ConnectionPool.SqlConnectionPoolGroupProviderInfo.CreateFailoverPermission(SqlConnectionOptions userConnectionOptions, String actualFailoverPartner) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\src\Microsoft\Data\SqlClient\ConnectionPool\SqlConnectionPoolGroupProviderInfo.cs:line 119
         at Microsoft.Data.SqlClient.ConnectionPool.SqlConnectionPoolGroupProviderInfo.FailoverCheck(Boolean actualUseFailoverPartner, SqlConnectionOptions userConnectionOptions, String actualFailoverPartner) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\src\Microsoft\Data\SqlClient\ConnectionPool\SqlConnectionPoolGroupProviderInfo.cs:line 74
    
  • Configure_FileStream
    Failing configs: Win22_Sql22
    Invoke-Sqlcmd : Cannot continue the execution because the session is in the kill state.
    A severe error occurred on the current command.  The results, if any, should be discarded.
    At D:\a\_work\_temp\e0662202-02ec-4f31-ac8d-ff6c5adfb806.ps1:12 char:1
    + Invoke-Sqlcmd -ServerInstance "$machineName" -ConnectionTimeout 5 @"
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Invoke-Sqlcmd], SqlPowerShellSqlExecutionException
        + FullyQualifiedErrorId : SqlError,Microsoft.SqlServer.Management.PowerShell.GetScriptCommand
     
    ##[error]PowerShell exited with code '1'.
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area\TestsIssues that are targeted to tests or test projectsflaky-test

    Type

    No fields configured for Task.

    Projects

    Status
    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions