Skip to content

Fix a bug in the compilation of record updates for multiple fields #513

Fix a bug in the compilation of record updates for multiple fields

Fix a bug in the compilation of record updates for multiple fields #513

GitHub Actions / Test Results Overview macos-13 failed May 18, 2024 in 0s

1 fail, 21 pass in 43s

22 tests   - 16   21 ✅  - 15   43s ⏱️ -56s
 2 suites ± 0    0 💤  -  2 
 2 files   ± 0    1 ❌ + 1 

Results for commit 6c1bde4. ± Comparison against earlier commit df912bd.

Annotations

Check warning on line 0 in TestElmTime.ApplyFunctionOnDatabaseTests

See this annotation in the file changed.

@github-actions github-actions / Test Results Overview macos-13

Apply_exposed_function_via_admin_interface_adding_to_counter_web_app (TestElmTime.ApplyFunctionOnDatabaseTests) failed

./implement/test-elm-time/TestResults/_Mac-1716019523317_2024-05-18_09_15_27.trx [took 40s]
Raw output
Test method TestElmTime.ApplyFunctionOnDatabaseTests.Apply_exposed_function_via_admin_interface_adding_to_counter_web_app threw exception: 
System.Net.Http.HttpRequestException: Connection refused (localhost:35491) ---> System.Net.Sockets.SocketException: Connection refused    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
    at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at TestElmTime.ApplyFunctionOnDatabaseTests.Apply_exposed_function_via_admin_interface_adding_to_counter_web_app() in /Users/runner/work/pine/pine/implement/test-elm-time/ApplyFunctionOnDatabaseTests.cs:line 38

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results Overview macos-13

22 tests found

There are 22 tests, see "Raw output" for the full list of tests.
Raw output
TestElmTime.ApplyFunctionOnDatabaseTests ‑ Apply_exposed_function_via_admin_interface_adding_to_counter_web_app
TestElmTime.ApplyFunctionOnDatabaseTests ‑ Apply_function_via_admin_interface_report_from_calculator
TestElmTime.JsonConverterForChoiceTypeTests ‑ JSON_coding_union_type_mixed_class
TestElmTime.JsonConverterForChoiceTypeTests ‑ JSON_coding_union_type_simple_class
TestElmTime.JsonConverterForChoiceTypeTests ‑ JSON_coding_union_type_with_results
TestElmTime.JsonConverterForChoiceTypeTests ‑ JSON_serialize_record_choice_type_variant_with_ignored_property
TestElmTime.JsonConverterForPineValueTests ‑ JSON_serialize_pine_value_roundtrips
TestElmTime.JsonConverterForPineValueTests ‑ JSON_serialize_pine_value_to_native_integer
TestElmTime.JsonConverterForPineValueTests ‑ JSON_serialize_pine_value_to_native_string
TestElmTime.PineMaybeTests ‑ Maybe_JSON_coding_diverse
TestElmTime.PineMaybeTests ‑ Maybe_JSON_coding_roundtrip_string
TestElmTime.PineMaybeTests ‑ Maybe_Nothing_from_null
TestElmTime.PineResultTests ‑ Result_JSON_coding_diverse
TestElmTime.PineResultTests ‑ Result_JSON_coding_roundtrip_string_int
TestElmTime.PineValueCompositionTests ‑ Composition_from_file_tree
TestElmTime.PineValueCompositionTests ‑ Composition_from_tree_with_string_path
TestElmTime.PineValueCompositionTests ‑ Hash_composition
TestElmTime.PineValueCompositionTests ‑ Parse_as_tree_with_string_path
TestElmTime.PineValueCompositionTests ‑ Signed_Integer_value_roundtrips
TestElmTime.PineValueCompositionTests ‑ String_value_roundtrips
TestElmTime.PineValueCompositionTests ‑ Tree_with_string_path_sorting
TestElmTime.PineValueCompositionTests ‑ Unsigned_Integer_value_roundtrips