Skip to content

update production to use new redmine domain names #6

update production to use new redmine domain names

update production to use new redmine domain names #6

GitHub Actions / Integration Tests windows-latest failed Nov 9, 2023 in 0s

12 fail, 62 pass in 28m 22s

74 tests  ±0   62 ✔️  - 1   28m 22s ⏱️ + 12m 45s
  1 suites ±0     0 💤 ±0 
  1 files   ±0   12 +1 

Results for commit 3708b92. ± Comparison against earlier commit 22c5f0a.

Annotations

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

NoOneCanCallForgotPasswordApi (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
Shouldly.ShouldAssertException : response.StatusCode
    should be
HttpStatusCode.Forbidden
    but was
HttpStatusCode.Unauthorized   at Testing.ApiTests.AuthTests.NoOneCanCallForgotPasswordApi() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 87
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

PageLoad500InNewTabLandsOnErrorPage (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 3s]
Raw output
System.AggregateException : One or more errors occurred. (Unexpected response:  (500). URL: https://staging.languagedepot.org/sandbox/500.)
---- Testing.Browser.Base.UnexpectedResponseException : Unexpected response:  (500). URL: https://staging.languagedepot.org/sandbox/500.   at Testing.Browser.Base.PageTest.DisposeAsync() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 93
----- Inner Stack Trace -----

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

ManagerIsForbiddenFromAdminApi (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 2s]
Raw output
Shouldly.ShouldAssertException : response.StatusCode
    should be
HttpStatusCode.Forbidden
    but was
HttpStatusCode.Unauthorized   at Testing.ApiTests.AuthTests.ManagerIsForbiddenFromAdminApi() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 71
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

TestGqlVerifyDifferentUsers (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
System.Text.Json.JsonException : 'S' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---- System.Text.Json.JsonReaderException : 'S' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.   at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonTypeInfo jsonTypeInfo)
   at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
   at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, Encoding sourceEncoding, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Testing.ApiTests.ApiTestBase.ExecuteGql(String gql, Boolean expectGqlError) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\ApiTestBase.cs:line 36
   at Testing.ApiTests.AuthTests.TestGqlVerifyDifferentUsers() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 41
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)

Check warning on line 0 in Testing.ApiTests.NewProjectRaceCondition

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

CanCreateMultipleProjectsAndQueryThemRightAway (Testing.ApiTests.NewProjectRaceCondition) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 15s]
Raw output
System.Text.Json.JsonException : 'S' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---- System.Text.Json.JsonReaderException : 'S' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.   at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonTypeInfo jsonTypeInfo)
   at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
   at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, Encoding sourceEncoding, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Testing.ApiTests.ApiTestBase.ExecuteGql(String gql, Boolean expectGqlError) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\ApiTestBase.cs:line 36
   at Testing.ApiTests.NewProjectRaceCondition.CreateQueryAndVerifyProject(Guid id) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\NewProjectRaceCondition.cs:line 36
   at Testing.ApiTests.NewProjectRaceCondition.CanCreateMultipleProjectsAndQueryThemRightAway() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\NewProjectRaceCondition.cs:line 21
   at Testing.ApiTests.NewProjectRaceCondition.CanCreateMultipleProjectsAndQueryThemRightAway() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\NewProjectRaceCondition.cs:line 29
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

ManagerIsPermittedToCallRequiresAuthApi (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
System.Net.Http.HttpRequestException : Response status code does not indicate success: 401 (Unauthorized).   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Testing.ApiTests.AuthTests.ManagerIsPermittedToCallRequiresAuthApi() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 63
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.SyncReverseProxy.SendReceiveServiceTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

SendNewProject (Testing.SyncReverseProxy.SendReceiveServiceTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
System.Text.Json.JsonException : 'S' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---- System.Text.Json.JsonReaderException : 'S' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.   at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonTypeInfo jsonTypeInfo)
   at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
   at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, Encoding sourceEncoding, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Testing.ApiTests.ApiTestBase.ExecuteGql(String gql, Boolean expectGqlError) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\ApiTestBase.cs:line 36
   at Testing.SyncReverseProxy.SendReceiveServiceTests.SendNewProject() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\SendReceiveServiceTests.cs:line 165
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
   at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker)
   at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte first)
   at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
   at System.Text.Json.Utf8JsonReader.Read()
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

PageLoad403OnHomePageIsRedirectedToLogin (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 17s]
Raw output
System.IndexOutOfRangeException : Index was outside the bounds of the array.   at Testing.Browser.ErrorHandlingTests.PageLoad403OnHomePageIsRedirectedToLogin() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 163
   at Testing.Browser.ErrorHandlingTests.PageLoad403OnHomePageIsRedirectedToLogin() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 176
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

TestLoginAndVerifyDifferentUsers (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
System.Text.Json.JsonException : JSON deserialization for type 'LexCore.Auth.LexAuthUser' was missing required properties, including the following: sub, email, name, role, proj   at System.Text.Json.ThrowHelper.ThrowJsonException_JsonRequiredPropertyMissing(JsonTypeInfo parent, BitArray requiredPropertiesSet)
   at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonTypeInfo jsonTypeInfo)
   at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
   at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent content, Encoding sourceEncoding, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Testing.ApiTests.AuthTests.TestLoginAndVerifyDifferentUsers() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 22
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.ApiTests.AuthTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

AdminIsPermittedToCallAdminApi (Testing.ApiTests.AuthTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 0s]
Raw output
System.Net.Http.HttpRequestException : Response status code does not indicate success: 401 (Unauthorized).   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Testing.ApiTests.AuthTests.AdminIsPermittedToCallAdminApi() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\ApiTests\AuthTests.cs:line 79
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.EmailWorkflowTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

ForgotPassword (Testing.Browser.EmailWorkflowTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 1m 52s]
Raw output
System.AggregateException : One or more errors occurred. (Unexpected response:  (502). URL: https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/flow/ov1/694999480:1699520949:weEvF2T3bhxiv2oLXygF_vGeh8S1bf2EFlqiKpzUrZM/8235154c1eb7ce90/8787c67860baa33.)
---- Testing.Browser.Base.UnexpectedResponseException : Unexpected response:  (502). URL: https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/flow/ov1/694999480:1699520949:weEvF2T3bhxiv2oLXygF_vGeh8S1bf2EFlqiKpzUrZM/8235154c1eb7ce90/8787c67860baa33.   at Testing.Browser.Base.PageTest.DisposeAsync() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 93
----- Inner Stack Trace -----

Check warning on line 0 in Testing.SyncReverseProxy.SendReceiveServiceTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests windows-latest

ModifyProjectData (Testing.SyncReverseProxy.SendReceiveServiceTests) failed

./test-results\runneradmin_fv-az435-867_2023-11-09_09_38_02.trx [took 2m 57s]
Raw output
Shouldly.ShouldAssertException : srResult
    should not contain (case insensitive comparison)
"abort"
    but was actually
"Sync success: No changes from others
New long SHA: 79c0a1320c5c5dc828e0b8e67ce7159d34200ca7Progress..."   at Testing.SyncReverseProxy.SendReceiveServiceTests.ModifyProjectData() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\SendReceiveServiceTests.cs:line 153
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)