Bug/fix peek definition integration test (#313)

* removed race condition in peek definition test

* temporarily disabled peek definition tests

* fixed peek definition connection race condition
This commit is contained in:
Aditya Bist
2017-04-13 16:03:44 -07:00
committed by GitHub
parent a1bc1bc344
commit 6daadcf8cc
2 changed files with 86 additions and 83 deletions

View File

@@ -1008,7 +1008,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection
}
/// <summary>
/// Invokes the fianl on-disconnect activities if the provided DisconnectParams represents the default
/// Invokes the final on-disconnect activities if the provided DisconnectParams represents the default
/// connection or is null - representing that all connections are being disconnected.
/// </summary>
private void InvokeOnDisconnectionActivities(ConnectionInfo connectionInfo)