Skip to content

Update TcoRexrothPressConnector.csproj (#637) #1171

Update TcoRexrothPressConnector.csproj (#637)

Update TcoRexrothPressConnector.csproj (#637) #1171

GitHub Actions / Test report failed Sep 9, 2023 in 0s

Test report ❌

Tests failed

Report Passed Failed Skipped Time
src/TcOpen.Inxton/tests/TcOpen.Inxton.AppTests/TestResults/TEST-TcOpen.Inxton.xml 9✅ 3s
src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml 7❌ 32s
src/TcOpen.Inxton/tests/TcOpen.Inxton.LoggingTests/TestResults/TEST-TcOpen.Inxton.xml 18✅ 3s
src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml 6❌ 16s

✅ src/TcOpen.Inxton/tests/TcOpen.Inxton.AppTests/TestResults/TEST-TcOpen.Inxton.xml

9 tests were completed in 3s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TcOpen.Inxton.AppTests.TcoAppBuilderTests 4✅ 331ms
TcOpen.Inxton.InputTests.RelayCommandTests 5✅ 24ms

✅ TcOpen.Inxton.AppTests.TcoAppBuilderTests

✅ CheckAppDomain_and_AppBuilder_defaults
✅ GetBuilderTest
✅ SetEditValueChangeLoggingTest
✅ SetLoggerTest

✅ TcOpen.Inxton.InputTests.RelayCommandTests

✅ CanExecuteTest(True)
✅ ExecuteTest_can_execute_false
✅ ExecuteTest_can_execute_true
✅ ExecuteTest_with_log_action
✅ RelayCommandTest

❌ src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml

7 tests were completed in 32s with 0 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TcoDataMergeTests.MergeEntitiesDataTest 7❌ 30s

❌ TcoDataMergeTests.MergeEntitiesDataTest

❌ compare_if_req_prop_is_in_list
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_inclusion_exclusion_from_outside
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_inclusion_exclusion_from_outside_diff_ctor
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_no_req_type_no_prop_no_inclusion_no_exclusion
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_req_prop_additional_req_prop_via_inclusion_excluson_result_zero
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_req_prop_is_in_list_with_exclusion_result_zero
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ compare_req_prop_not_in_list
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080

✅ src/TcOpen.Inxton/tests/TcOpen.Inxton.LoggingTests/TestResults/TEST-TcOpen.Inxton.xml

18 tests were completed in 3s with 18 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TcOpen.Inxton.Logging.SerilogTests.SerilogAdapterTests 8✅ 198ms
TcOpen.Inxton.Logging.SerilogTests.SerilogAdapterWithUserEnricher 3✅ 14ms
TcOpen.Inxton.Logging.Tests.DummyLoggerTests 7✅ 7ms

✅ TcOpen.Inxton.Logging.SerilogTests.SerilogAdapterTests

✅ DebugTest
✅ ErrorTest
✅ FatalTest
✅ InformationTest
✅ SerilogLoggerTest
✅ SerilogLoggerTest1
✅ VerboseTest
✅ WarningTest

✅ TcOpen.Inxton.Logging.SerilogTests.SerilogAdapterWithUserEnricher

✅ DebugLoggedUserTest
✅ VerboseLoggedUserTest
✅ WillLogLoggedOutUserAfterLogout

✅ TcOpen.Inxton.Logging.Tests.DummyLoggerTests

✅ DebugTest
✅ DummyLoggerTest
✅ ErrorTest
✅ FatalTest
✅ InformationTest
✅ VerboseTest
✅ WarningTest

❌ src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml

6 tests were completed in 16s with 0 passed, 6 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TcOpen.Inxton.RepositoryDataSetTests.TcoDataSetTests 6❌ 14s

❌ TcOpen.Inxton.RepositoryDataSetTests.TcoDataSetTests

❌ create_single_set_data
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ create_single_set_data_many_times
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ create_single_set_data(3)
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ create_single_set_data(5)
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ update_single_set_data
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
❌ update_single_set_data_many_times
	System.AggregateException : Failed to retrieve database topology from all known nodes.
	http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
	  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
	  ----> System.Net.WebException : Unable to connect to the remote server
	  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080

Annotations

Check failure on line 29 in src/TcoData/src/Repository/RavenDb/TcOpen.Inxton.RavenDb/Raven/RavenDbRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Test report

TcoDataMergeTests.MergeEntitiesDataTest ► compare_if_req_prop_is_in_list

Failed test found in:
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.DataMergeTests/TestResults/TEST-TcOpen.Inxton.xml
Error:
  System.AggregateException : Failed to retrieve database topology from all known nodes.
  http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
    ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
    ----> System.Net.WebException : Unable to connect to the remote server
    ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
Raw output
System.AggregateException : Failed to retrieve database topology from all known nodes.
http://localhost:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
  ----> System.Net.WebException : Unable to connect to the remote server
  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
   at Raven.Client.Http.RequestExecutor.ThrowExceptions(List`1 list) in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 754
   at Raven.Client.Http.RequestExecutor.<FirstTopologyUpdate>d__109.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 731
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<WaitForTopologyUpdate>d__107.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 623
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<UnlikelyExecuteAsync>d__106`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 581
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Documents.Operations.MaintenanceOperationExecutor.<SendAsync>d__13`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Documents\Operations\MaintenanceOperationExecutor.cs:line 61
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Util.AsyncHelpers.RunSync[T](Func`1 task)
   at Raven.Client.Documents.Operations.MaintenanceOperationExecutor.Send[TResult](IMaintenanceOperation`1 operation) in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Documents\Operations\MaintenanceOperationExecutor.cs:line 43
   at TcOpen.Inxton.RavenDb.RavenDbRepository`1.EnsureDatabaseExists(IDocumentStore store, String database, Boolean createDatabaseIfNotExists) in C:\actions-runner\_work\TcOpen\TcOpen\src\TcoData\src\Repository\RavenDb\TcOpen.Inxton.RavenDb\Raven\RavenDbRepository.cs:line 29
   at TcOpen.Inxton.RavenDb.RavenDbRepository`1..ctor(RavenDbRepositorySettingsBase`1 parameters) in C:\actions-runner\_work\TcOpen\TcOpen\src\TcoData\src\Repository\RavenDb\TcOpen.Inxton.RavenDb\Raven\RavenDbRepository.cs:line 66
   at TcoDataMergeTests.MergeEntitiesDataTest.SetUp() in C:\actions-runner\_work\TcOpen\TcOpen\src\TcOpen.Inxton\tests\TcOpen.Inxton.DataMergeTests\MergeEntitiesDataTest.cs:line 44
--HttpRequestException
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<SendAsync>d__117`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 1049
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Raven.Client.Http.RequestExecutor.<SendRequestToServer>d__116`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 961
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Raven.Client.Http.RequestExecutor.<SendRequestToServer>d__116`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 1014
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Raven.Client.Http.RequestExecutor.<ExecuteAsync>d__114`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 850
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<UpdateTopologyAsync>d__101.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 489
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<FirstTopologyUpdate>d__109.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 678
--WebException
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--SocketException
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

Check failure on line 29 in src/TcoData/src/Repository/RavenDb/TcOpen.Inxton.RavenDb/Raven/RavenDbRepository.cs

See this annotation in the file changed.

@github-actions github-actions / Test report

TcOpen.Inxton.RepositoryDataSetTests.TcoDataSetTests ► create_single_set_data

Failed test found in:
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
  src/TcOpen.Inxton/tests/TcOpen.Inxton.RepositoryDataSetTests/TestResults/TEST-TcOpen.Inxton.xml
Error:
  System.AggregateException : Failed to retrieve database topology from all known nodes.
  http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
    ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
    ----> System.Net.WebException : Unable to connect to the remote server
    ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
Raw output
System.AggregateException : Failed to retrieve database topology from all known nodes.
http://127.0.0.1:8080 -> An error occurred while sending the request. -> Unable to connect to the remote server -> No connection could be made because the target machine actively refused it 127.0.0.1:8080
  ----> System.Net.Http.HttpRequestException : An error occurred while sending the request.
  ----> System.Net.WebException : Unable to connect to the remote server
  ----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it 127.0.0.1:8080
   at Raven.Client.Http.RequestExecutor.ThrowExceptions(List`1 list) in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 754
   at Raven.Client.Http.RequestExecutor.<FirstTopologyUpdate>d__109.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 731
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<WaitForTopologyUpdate>d__107.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 623
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<UnlikelyExecuteAsync>d__106`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 581
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Documents.Operations.MaintenanceOperationExecutor.<SendAsync>d__13`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Documents\Operations\MaintenanceOperationExecutor.cs:line 61
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Util.AsyncHelpers.RunSync[T](Func`1 task)
   at Raven.Client.Documents.Operations.MaintenanceOperationExecutor.Send[TResult](IMaintenanceOperation`1 operation) in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Documents\Operations\MaintenanceOperationExecutor.cs:line 43
   at TcOpen.Inxton.RavenDb.RavenDbRepository`1.EnsureDatabaseExists(IDocumentStore store, String database, Boolean createDatabaseIfNotExists) in C:\actions-runner\_work\TcOpen\TcOpen\src\TcoData\src\Repository\RavenDb\TcOpen.Inxton.RavenDb\Raven\RavenDbRepository.cs:line 29
   at TcOpen.Inxton.RavenDb.RavenDbRepository`1..ctor(RavenDbRepositorySettingsBase`1 parameters) in C:\actions-runner\_work\TcOpen\TcOpen\src\TcoData\src\Repository\RavenDb\TcOpen.Inxton.RavenDb\Raven\RavenDbRepository.cs:line 66
   at TcOpen.Inxton.RepositoryDataSetTests.TcoDataSetTests.Setup() in C:\actions-runner\_work\TcOpen\TcOpen\src\TcOpen.Inxton\tests\TcOpen.Inxton.RepositoryDataSetTests\TcoDataSetTests.cs:line 20
--HttpRequestException
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<SendAsync>d__117`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 1049
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Raven.Client.Http.RequestExecutor.<SendRequestToServer>d__116`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 961
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Raven.Client.Http.RequestExecutor.<SendRequestToServer>d__116`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 1014
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
   at Raven.Client.Http.RequestExecutor.<ExecuteAsync>d__114`1.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 850
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<UpdateTopologyAsync>d__101.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 489
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Raven.Client.Http.RequestExecutor.<FirstTopologyUpdate>d__109.MoveNext() in C:\Builds\RavenDB-Stable-5.3\53016\src\Raven.Client\Http\RequestExecutor.cs:line 678
--WebException
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--SocketException
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)