Skip to content

increase kopia memory limit to 1gb #35

increase kopia memory limit to 1gb

increase kopia memory limit to 1gb #35

GitHub Actions / Integration Tests windows-latest failed Jan 22, 2024 in 0s

22 fail, 56 pass in 19m 58s

78 tests  +2   56 ✅  - 19   19m 58s ⏱️ + 1m 7s
 1 suites ±0    0 💤 ± 0 
 1 files   ±0   22 ❌ +21 

Results for commit f231487. ± Comparison against earlier commit c5231fc.

Annotations

Check warning on line 0 in Testing.Browser.ManagerPageTest

See this annotation in the file changed.

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

DisplayDashboardThenProjectPage (Testing.Browser.ManagerPageTest) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 15s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.ManagerPageTest.DisplayDashboardThenProjectPage() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ManagerPageTest.cs:line 17
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchGoto500InSameTab (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchGoto500InSameTab() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 16
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.UserPageTest

See this annotation in the file changed.

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

DisplaysFormErrorsOnInvalidData (Testing.Browser.UserPageTest) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 7s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.UserPageTest.DisplaysFormErrorsOnInvalidData() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\UserPageTest.cs:line 30
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchGoto403InSameTab (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchGoto403InSameTab() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 98
--- 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

RegisterVerifyUpdateVerifyEmailAdress (Testing.Browser.EmailWorkflowTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 9s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.EmailWorkflowTests.RegisterVerifyUpdateVerifyEmailAdress() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\EmailWorkflowTests.cs:line 18
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

PageLoad403IsRedirectedToHome (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 10s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.PageLoad403IsRedirectedToHome() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 121
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.UserPageTest

See this annotation in the file changed.

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

CanResetPassword (Testing.Browser.UserPageTest) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 15s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.UserPageTest.CanResetPassword() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\UserPageTest.cs:line 42
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.AdminPageTest

See this annotation in the file changed.

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

CanNavigateToProjectPage (Testing.Browser.AdminPageTest) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 17s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.AdminPageTest.CanNavigateToProjectPage() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\AdminPageTest.cs:line 17
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.UserPageTest

See this annotation in the file changed.

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

CanUpdateAccountInfo (Testing.Browser.UserPageTest) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 7s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.UserPageTest.CanUpdateAccountInfo() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\UserPageTest.cs:line 18
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchGoto500InNewTab (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchGoto500InNewTab() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 27
--- 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

InvalidPassOnSendReceiveHgResumable (Testing.SyncReverseProxy.SendReceiveServiceTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 1m 2s]
Raw output
System.Net.Http.HttpIOException : The response ended prematurely, with at least 2382154 additional bytes expected. (ResponseEnded)   at System.Net.Http.HttpConnection.ContentLengthReadStream.Read(Span`1 buffer)
   at System.Net.Http.HttpBaseStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at Chorus.Utilities.WebResponseHelper.ReadResponseContent(WebResponse response, Int32 expectedLength)
   at Chorus.VcsDrivers.Mercurial.HgResumeRestApiServer.HandleResponse(HttpWebResponse res)
   at Chorus.VcsDrivers.Mercurial.HgResumeRestApiServer.Execute(String method, HgResumeApiParameters parameters, Byte[] contentToSend, Int32 secondsBeforeTimeout)
   at Chorus.VcsDrivers.Mercurial.HgResumeRestApiServer.Execute(String method, HgResumeApiParameters request, Int32 secondsBeforeTimeout)
   at Chorus.VcsDrivers.Mercurial.HgResumeTransport.PullOneChunk(HgResumeApiParameters request)
   at Chorus.VcsDrivers.Mercurial.HgResumeTransport.Pull(String[] baseRevisions)
   at Chorus.VcsDrivers.Mercurial.HgResumeTransport.Clone()
   at Chorus.VcsDrivers.Mercurial.HgRepository.Clone(RepositoryAddress source, String targetPath, IProgress progress)
   at LfMergeBridge.LanguageForgeMakeCloneActionHandler.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.CloneProject(SendReceiveParams sendReceiveParams, SendReceiveAuth auth) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Services\SendReceiveService.cs:line 114
   at Testing.SyncReverseProxy.SendReceiveServiceTests.InvalidPassOnSendReceiveHgResumable() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\SendReceiveServiceTests.cs:line 298
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

ClientPageLoad403IsRedirectedToLogin (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 6s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.ClientPageLoad403IsRedirectedToLogin() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 81
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.LoginPageTests

See this annotation in the file changed.

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

CanLoginAfterError (Testing.Browser.LoginPageTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 7s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.LoginPageTests.CanLoginAfterError() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\LoginPageTests.cs:line 42
--- 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-az1212-317_2024-01-22_06_42_19.trx [took 17s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.EmailWorkflowTests.ForgotPassword() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\EmailWorkflowTests.cs:line 74
--- 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

CanCloneSendReceiveWithJwtOverBasicAuth(hgProtocol: Hgweb, user: "manager") (Testing.SyncReverseProxy.SendReceiveServiceTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 53s]
Raw output
Shouldly.ShouldAssertException : srResult
    should not contain (case insensitive comparison)
"abort"
    but was actually
"Sync success: Received changes from others
New long SHA: 33e837e5f1508f8c6a54950fc5f9bcfaf09d3cbePr..."   at Testing.SyncReverseProxy.SendReceiveServiceTests.RunCloneSendReceive(HgProtocol hgProtocol, SendReceiveAuth auth, String projectCode) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\SendReceiveServiceTests.cs:line 131
   at Testing.SyncReverseProxy.SendReceiveServiceTests.CanCloneSendReceiveWithJwtOverBasicAuth(HgProtocol hgProtocol, String user) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\SyncReverseProxy\SendReceiveServiceTests.cs:line 107
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   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.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task, ConfigureAwaitOptions options)

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-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.PageLoad500InNewTabLandsOnErrorPage() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 47
--- End of stack trace from previous location ---

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-az1212-317_2024-01-22_06_42_19.trx [took 7s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Base.PageTest.RegisterUser(String name, String email, String password) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Base\PageTest.cs:line 147
   at Testing.Browser.ErrorHandlingTests.PageLoad403OnHomePageIsRedirectedToLogin() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 146
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

PageLoad403InNewTabIsRedirectedToHome (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.PageLoad403InNewTabIsRedirectedToHome() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 130
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchPageLoad500 (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchPageLoad500() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 38
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchGoto403InNewTab (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchGoto403InNewTab() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 109
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.LoginPageTests

See this annotation in the file changed.

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

CanLogin (Testing.Browser.LoginPageTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 7s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for Locator("button .i-mdi-account-circle")   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.LoginPageTests.CanLogin() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\LoginPageTests.cs:line 16
--- End of stack trace from previous location ---

Check warning on line 0 in Testing.Browser.ErrorHandlingTests

See this annotation in the file changed.

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

CatchFetch500AndErrorDialog (Testing.Browser.ErrorHandlingTests) failed

./test-results\runneradmin_fv-az1212-317_2024-01-22_06_42_19.trx [took 5s]
Raw output
Microsoft.Playwright.PlaywrightException : Locator expected to be visible 
Call log:
LocatorAssertions.ToBeVisibleAsync with timeout 5000ms
waiting for GetByRole(AriaRole.Heading, new() { Name = "Sandbox" })   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, FrameExpectOptions expectOptions, Object expected, String message) in /_/src/Playwright/Core/AssertionsBase.cs:line 87
   at Microsoft.Playwright.Core.AssertionsBase.ExpectImplAsync(String expression, ExpectedTextValue[] expectedText, Object expected, String message, FrameExpectOptions options) in /_/src/Playwright/Core/AssertionsBase.cs:line 63
   at Testing.Browser.Page.BasePage`1.WaitFor() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 58
   at Testing.Browser.Page.BasePage`1.Goto(GotoOptions options) in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\Page\BasePage.cs:line 39
   at Testing.Browser.ErrorHandlingTests.CatchFetch500AndErrorDialog() in D:\a\languageforge-lexbox\languageforge-lexbox\backend\Testing\Browser\ErrorHandlingTests.cs:line 60
--- End of stack trace from previous location ---