tests fixes
This commit is contained in:
@@ -550,8 +550,13 @@ public static class DbCommandGroup
|
||||
var loggerFactory = services.GetService<ILoggerFactory>();
|
||||
var logger = loggerFactory?.CreateLogger(typeof(DbCommandGroup));
|
||||
|
||||
Console.WriteLine($"Testing connector: {connectorName}");
|
||||
Console.WriteLine();
|
||||
var isJsonFormat = format.Equals("json", StringComparison.OrdinalIgnoreCase);
|
||||
|
||||
if (!isJsonFormat)
|
||||
{
|
||||
Console.WriteLine($"Testing connector: {connectorName}");
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
var stopwatch = System.Diagnostics.Stopwatch.StartNew();
|
||||
using var timeoutCts = CancellationTokenSource.CreateLinkedTokenSource(ct);
|
||||
|
||||
Reference in New Issue
Block a user