Skip to content

Commit

Permalink
chore: Remove SQL client test Dockerfile and Docker Compose configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
HofmeisterAn committed Mar 25, 2023
1 parent 2ea0d83 commit 6d80187
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
22 changes: 0 additions & 22 deletions test/OpenTelemetry.Instrumentation.SqlClient.Tests/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ namespace OpenTelemetry.Instrumentation.SqlClient.Tests
{
public class SqlClientTests : IDisposable
{
/*
To run the integration tests, set the OTEL_SQLCONNECTIONSTRING machine-level environment variable to a valid Sql Server connection string.
To use Docker...
1) Run: docker run -d --name sql2019 -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Pass@word" -p 5433:1433 mcr.microsoft.com/mssql/server:2019-latest
2) Set OTEL_SQLCONNECTIONSTRING as: Data Source=127.0.0.1,5433; User ID=sa; Password=Pass@word
*/

private const string TestConnectionString = "Data Source=(localdb)\\MSSQLLocalDB;Database=master";

private readonly FakeSqlClientDiagnosticSource fakeSqlClientDiagnosticSource;
Expand Down

This file was deleted.

0 comments on commit 6d80187

Please sign in to comment.