Skip to content

Push on develop

Push on develop #112

GitHub Actions / Integration Tests self-hosted for Mercurial 6 failed May 23, 2024 in 0s

2 fail, 59 pass in 13m 29s

61 tests  ±0   59 ✅ +48   13m 29s ⏱️ + 12m 57s
 1 suites ±0    0 💤 ± 0 
 1 files   ±0    2 ❌  - 48 

Results for commit 62c170a. ± Comparison against earlier commit d0f3381.

Annotations

Check warning on line 0 in Testing.SyncReverseProxy.SendReceiveServiceTests

See this annotation in the file changed.

@github-actions github-actions / Integration Tests self-hosted for Mercurial 6

InvalidPassOnSendReceiveHgWeb (Testing.SyncReverseProxy.SendReceiveServiceTests) failed

./test-results/_gha-lf-lexbox-runner-pvjdr-ggll6_2024-05-23_17_09_18.trx [took 11s]
Raw output
Shouldly.ShouldAssertException : `act()`
    should throw
Chorus.VcsDrivers.Mercurial.RepositoryAuthorizationException
    but threw
System.ApplicationException
---- System.ApplicationException : Got return value 255
hg command was
pull "https://manager:********@hg.lexbox.dev.languagetechnology.org:443/sena-3" 
hg version is Mercurial Distributed SCM (version 6.5.1)
(see https://mercurial-scm.org for more information)

   at Testing.SyncReverseProxy.SendReceiveServiceTests.InvalidPassOnSendReceiveHgWeb() in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/SyncReverseProxy/SendReceiveServiceTests.cs:line 257
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Chorus.VcsDrivers.Mercurial.HgRepository.PullFromTarget(String targetLabel, String targetUri)
   at Chorus.VcsDrivers.Mercurial.HgNormalTransport.Pull()
   at Chorus.VcsDrivers.Mercurial.HgRepository.Pull(RepositoryAddress source, String targetUri)
   at LfMergeBridge.LanguageForgeSendReceiveActionHandler.LibTriboroughBridgeChorusPlugin.Infrastructure.IBridgeActionTypeHandler.StartWorking(IProgress progress, Dictionary`2 options, String& somethingForClient)
   at LfMergeBridge.LfMergeBridge.Execute(String actionType, IProgress progress, Dictionary`2 options, String& somethingForClient)
   at Testing.Services.SendReceiveService.SendReceiveProject(SendReceiveParams sendReceiveParams, SendReceiveAuth auth, String commitMessage, Boolean validateOutput) in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/Services/SendReceiveService.cs:line 188
   at Testing.SyncReverseProxy.SendReceiveServiceTests.<>c__DisplayClass17_0.<InvalidPassOnSendReceiveHgWeb>b__0() in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/SyncReverseProxy/SendReceiveServiceTests.cs:line 256
   at Shouldly.Should.ThrowInternal[TException](Func`1 actual, String customMessage, String shouldlyMethod) in /_/src/Shouldly/ShouldStaticClasses/ShouldThrow.cs:line 81

Check warning on line 0 in Testing.ApiTests.NewProjectRaceCondition

See this annotation in the file changed.

@github-actions github-actions / Integration Tests self-hosted for Mercurial 6

CanCreateMultipleProjectsAndQueryThemRightAway (Testing.ApiTests.NewProjectRaceCondition) failed

./test-results/_gha-lf-lexbox-runner-pvjdr-ggll6_2024-05-23_17_09_18.trx [took 0s]
Raw output
Shouldly.ShouldAssertException : response["data"]!["createProject"]!["createProjectResponse"]
    should be of type
System.Text.Json.Nodes.JsonObject
    but was
null   at Testing.ApiTests.NewProjectRaceCondition.CreateQueryAndVerifyProject(Guid id) in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/ApiTests/NewProjectRaceCondition.cs:line 54
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
   at Testing.ApiTests.NewProjectRaceCondition.CanCreateMultipleProjectsAndQueryThemRightAway() in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/ApiTests/NewProjectRaceCondition.cs:line 21
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at Testing.ApiTests.NewProjectRaceCondition.CanCreateMultipleProjectsAndQueryThemRightAway() in /runner/_work/languageforge-lexbox/languageforge-lexbox/backend/Testing/ApiTests/NewProjectRaceCondition.cs:line 29
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
--- 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, ConfigureAwaitOptions options)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Integration Tests self-hosted for Mercurial 6

61 tests found

There are 61 tests, see "Raw output" for the full list of tests.
Raw output
Testing.ApiTests.AuthTests ‑ AdminIsPermittedToCallAdminApi
Testing.ApiTests.AuthTests ‑ CanUseBearerAuth
Testing.ApiTests.AuthTests ‑ ClearingCookiesWorks
Testing.ApiTests.AuthTests ‑ JwtWithInvalidSignatureFailsAuth
Testing.ApiTests.AuthTests ‑ ManagerIsForbiddenFromAdminApi
Testing.ApiTests.AuthTests ‑ ManagerIsPermittedToCallRequiresAuthApi
Testing.ApiTests.AuthTests ‑ NoOneCanCallForgotPasswordApi
Testing.ApiTests.AuthTests ‑ NotLoggedInIsNotPermittedToCallRequiresAuthApi
Testing.ApiTests.AuthTests ‑ TestGqlVerifyDifferentUsers
Testing.ApiTests.AuthTests ‑ TestLoginAndVerifyDifferentUsers
Testing.ApiTests.FlexJwtTests ‑ CanGetProjectSpecificToken
Testing.ApiTests.InvalidRouteTests ‑ ApiBasePathRequestsShouldBeServedByDotnetForAuthenticated
Testing.ApiTests.InvalidRouteTests ‑ ApiPathRequestsShouldBeServedByDotnetForAnonymous
Testing.ApiTests.NewProjectRaceCondition ‑ CanCreateMultipleProjectsAndQueryThemRightAway
Testing.ApiTests.ResetPojectRaceCondition ‑ SimultaneousResetsDontResultIn404s
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataViaForm
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataViaJson
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataWithEmailAddress
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ GetProjectDataWithUppercaseUsername
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ MissingPasswordReturns403
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ TestInvalidPassword
Testing.SyncReverseProxy.LegacyProjectApiTests ‑ TestInvalidUser
Testing.SyncReverseProxy.ProxyHgRequests ‑ SimpleClone
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGet(user: "admin")
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGet(user: "manager")
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetBadPassword
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetPrefixHg
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetWithJwtInBasicAuth(user: "admin")
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestGetWithJwtInBasicAuth(user: "manager")
Testing.SyncReverseProxy.ProxyHgRequests ‑ TestNoAuthResponse
Testing.SyncReverseProxy.ResumableTests ‑ IsAvailable(user: "admin")
Testing.SyncReverseProxy.ResumableTests ‑ IsAvailable(user: "manager")
Testing.SyncReverseProxy.ResumableTests ‑ IsAvailableJwtInBasicAuth(user: "admin")
Testing.SyncReverseProxy.ResumableTests ‑ IsAvailableJwtInBasicAuth(user: "manager")
Testing.SyncReverseProxy.ResumableTests ‑ WithBadNotValidProject
Testing.SyncReverseProxy.ResumableTests ‑ WithBadPassword
Testing.SyncReverseProxy.ResumableTests ‑ WithBadUser
Testing.SyncReverseProxy.ResumableTests ‑ WithUnauthorizedUser
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Hgweb, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceive(hgProtocol: Resumable, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceiveWithJwtOverBasicAuth(hgProtocol: Hgweb, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CanCloneSendReceiveWithJwtOverBasicAuth(hgProtocol: Resumable, user: "manager")
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CloneBigProject(hgProtocol: Hgweb)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ CloneBigProject(hgProtocol: Resumable)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnSendReceiveHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidPassOnSendReceiveHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidProjectAdminLogin
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidProjectManagerLogin
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidUserCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ InvalidUserCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ ModifyProjectData(protocol: Hgweb)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ ModifyProjectData(protocol: Resumable)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ SendNewProject_Big
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ SendNewProject_Medium
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ SendReceiveAfterProjectReset(protocol: Hgweb)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ SendReceiveAfterProjectReset(protocol: Resumable)
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ UnauthorizedUserCloneHgResumable
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ UnauthorizedUserCloneHgWeb
Testing.SyncReverseProxy.SendReceiveServiceTests ‑ VerifyHgWorking