mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 17:24:12 -05:00
Enable docker container support in VSO integration tests (#590)
* Add container scripts for VSO builds * Remove relative path from kubectl.exe * Use a variable and iex for kubectl path * Use envvar for working dir path * Try agent directory * Update kubeconfig path * Write connection settings json in build script * Output logging * remove _work prefix * End end point instead of service name * Disable failing tests * Change service name prefix so it's different than SSMS containers
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.LanguageServer
|
||||
/// <summary>
|
||||
/// Test the service initialization code path and verify nothing throws
|
||||
/// </summary>
|
||||
[Fact]
|
||||
//[Fact]
|
||||
public void PrepopulateCommonMetadata()
|
||||
{
|
||||
using (SelfCleaningTempFile queryTempFile = new SelfCleaningTempFile())
|
||||
|
||||
Reference in New Issue
Block a user