Skip to content

Fix Repeater memoization memory leak #3251

Fix Repeater memoization memory leak

Fix Repeater memoization memory leak #3251

GitHub Actions / chrome-tests-Windows completed Dec 1, 2024 in 0s

UI Test Results from chrome on Windows

This run completed at 12/01/2024 16:39:35

Details

Test Results - UI Test Results from chrome on Windows

Expand the following summaries for more details:

Duration: 715.6351044 seconds
Times
Started: 2024-12-01T16:27:25.7300677+00:00
Creation: 2024-12-01T16:27:41.5095016+00:00
Queuing: 2024-12-01T16:27:41.5095021+00:00
Finished: 2024-12-01T16:39:21.3651721+00:00
Duration: 715.6351044 seconds
Outcome: Failed | Total Tests: 478 | Passed: 470 | Failed: 3
Counters
Total: 478
Executed: 473
Passed: 470
Failed: 3
Error: 0
Timeout: 0
Aborted: 0
Inconclusive: 0
PassedButRunAborted: 0
NotRunnable: 0
NotExecuted: 0
Disconnected: 0
Warning: 0
Completed: 0
InProgress: 0
Pending: 0

Tests:

πŸ”˜ DotVVM.Samples.Tests.Control.CheckBoxTests.Control_CheckBox_CheckedItemsEmpty
Name: DotVVM.Samples.Tests.Control.CheckBoxTests.Control_CheckBox_CheckedItemsEmpty
Class Name: DotVVM.Samples.Tests.Control.CheckBoxTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000

❌ DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector
Name: DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector
Class Name: DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests
Outcome: Failed ❌
Duration: 00:00:01.9898277

Error Message

Riganti.Selenium.Core.Abstractions.Exceptions.SeleniumTestFailedException : 

-----------  Aggregated Inner Exceptions  -----------

// Exception #1: 
OpenQA.Selenium.NoSuchElementException: Element not found. Selector: template1
   at Riganti.Selenium.Core.BrowserWrapper.First(String selector, Func`2 tmpSelectMethod)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_2(IBrowserWrapper s) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.BrowserWrapper.<>c__DisplayClass78_0.<WaitFor>b__0()
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, WaitForOptions options)
   at Riganti.Selenium.Core.BrowserWrapper.WaitFor(Func`2 selector, WaitForOptions options)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)


// Exception #2: 
OpenQA.Selenium.NoSuchElementException: Element not found. Selector: template1
   at Riganti.Selenium.Core.BrowserWrapper.First(String selector, Func`2 tmpSelectMethod)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_2(IBrowserWrapper s) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.BrowserWrapper.<>c__DisplayClass78_0.<WaitFor>b__0()
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, WaitForOptions options)
   at Riganti.Selenium.Core.BrowserWrapper.WaitFor(Func`2 selector, WaitForOptions options)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)

Error Stack Trace:

   at Riganti.Selenium.Core.BrowserWrapper.First(String selector, Func`2 tmpSelectMethod)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_2(IBrowserWrapper s) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.BrowserWrapper.<>c__DisplayClass78_0.<WaitFor>b__0()
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, Int32 timeout, String failureMessage, Int32 checkInterval, Boolean throwOriginal)
   at Riganti.Selenium.Core.WaitForExecutor.WaitFor(Action condition, WaitForOptions options)
   at Riganti.Selenium.Core.BrowserWrapper.WaitFor(Func`2 selector, WaitForOptions options)
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_TemplateSelector>b__2_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 72
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)

❌ DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts
Name: DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts
Class Name: DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests
Outcome: Failed ❌
Duration: 00:00:19.4246341

Error Message

Riganti.Selenium.Core.Abstractions.Exceptions.SeleniumTestFailedException : 

-----------  Aggregated Inner Exceptions  -----------

// Exception #1: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: '.recharts-line > path'

Check results: 

Browser: chrome:fast
Url: http://localhost:5407/FeatureSamples/JsComponentIntegration/ReactComponentIntegration
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20241201\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts_1.png

   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<>c__DisplayClass1_0.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1() in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 34
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 32




// Exception #2: 
Riganti.Selenium.Core.Abstractions.Exceptions.EmptySequenceException: Sequence contains no elements. Selector: '.recharts-line > path'

Check results: 

Browser: chrome:fast
Url: http://localhost:5407/FeatureSamples/JsComponentIntegration/ReactComponentIntegration
Screenshot: D:\a\dotvvm\dotvvm\artifacts\TestResults\20241201\Riganti.Selenium.AssertApi.AssertApiSeleniumTestExecutorExtensions_Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts_2.png

   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<>c__DisplayClass1_0.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1() in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 34
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 32



Error Stack Trace:

   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<>c__DisplayClass1_0.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1() in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 34
   at DotVVM.Samples.Tests.Feature.JsComponentIntegrationTests.<Feature_JsComponentIntegrationTests_ReactComponentIntegration_Recharts>b__1_0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/JsComponentIntegrationTests.cs:line 32


πŸ”˜ DotVVM.Samples.Tests.ErrorsTests.Error_ExceptionWindow_GitHubRedirect
Name: DotVVM.Samples.Tests.ErrorsTests.Error_ExceptionWindow_GitHubRedirect
Class Name: DotVVM.Samples.Tests.ErrorsTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000

❌ DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.Feature_FormControlsEnabled_FormControlsEnabled
Name: DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.Feature_FormControlsEnabled_FormControlsEnabled
Class Name: DotVVM.Samples.Tests.Feature.FormControlsEnabledTests
Outcome: Failed ❌
Duration: 00:00:20.9772252

Error Message

Riganti.Selenium.Core.Abstractions.Exceptions.SeleniumTestFailedException : 

-----------  Aggregated Inner Exceptions  -----------

// Exception #1: 
OpenQA.Selenium.ElementClickInterceptedException: element click intercepted: Element <a href="javascript:;" onclick="dotvvm.postBack(this,[&quot;FormsEnabled/[$index]&quot;],&quot;miTtroHr8I1bpe/L&quot;,&quot;&quot;,null,[&quot;validate-root&quot;],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;" data-bind="dotvvm-enable: true, attr: { id: &quot;repeater&quot;+'_'+$index()+'_'+&quot;linkb-enabled&quot; }" id="repeater_0_linkb-enabled">...</a> is not clickable at point (182, 852). Other element would receive the click: <select data-bind="enable: false, options: $parent.Items, value: $parent.SelectedItem, valueAllowUnset: true, attr: { id: &quot;repeater&quot;+'_'+$index()+'_'+&quot;cb-disabled&quot; }" disabled="" id="repeater_0_cb-disabled">...</select>
  (Session info: chrome=131.0.6778.86)
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebElement.Click()
   at Riganti.Selenium.Core.ElementWrapper.Click()
   at DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.<>c__DisplayClass0_0.<Feature_FormControlsEnabled_FormControlsEnabled>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/FormControlsEnabledTests.cs:line 62
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)


// Exception #2: 
OpenQA.Selenium.ElementClickInterceptedException: element click intercepted: Element <a href="javascript:;" onclick="dotvvm.postBack(this,[&quot;FormsEnabled/[$index]&quot;],&quot;miTtroHr8I1bpe/L&quot;,&quot;&quot;,null,[&quot;validate-root&quot;],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;" data-bind="dotvvm-enable: true, attr: { id: &quot;repeater&quot;+'_'+$index()+'_'+&quot;linkb-enabled&quot; }" id="repeater_0_linkb-enabled">...</a> is not clickable at point (182, 852). Other element would receive the click: <select data-bind="enable: false, options: $parent.Items, value: $parent.SelectedItem, valueAllowUnset: true, attr: { id: &quot;repeater&quot;+'_'+$index()+'_'+&quot;cb-disabled&quot; }" disabled="" id="repeater_0_cb-disabled">...</select>
  (Session info: chrome=131.0.6778.86)
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebElement.Click()
   at Riganti.Selenium.Core.ElementWrapper.Click()
   at DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.<>c__DisplayClass0_0.<Feature_FormControlsEnabled_FormControlsEnabled>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/FormControlsEnabledTests.cs:line 62
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)

Error Stack Trace:

   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebElement.Click()
   at Riganti.Selenium.Core.ElementWrapper.Click()
   at DotVVM.Samples.Tests.Feature.FormControlsEnabledTests.<>c__DisplayClass0_0.<Feature_FormControlsEnabled_FormControlsEnabled>b__0(IBrowserWrapper browser) in /_/src/Samples/Tests/Tests/Feature/FormControlsEnabledTests.cs:line 62
   at Riganti.Selenium.Core.TestInstance.RunTest(IWebBrowser browser)
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RunAsyncCore()
   at Riganti.Selenium.Core.TestInstance.RetryAsync(Func`1 action, Int32 testAttemptsCount)

πŸ”˜ DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests.Feature_PostbackConcurrency_RedirectPostbackQueue
Name: DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests.Feature_PostbackConcurrency_RedirectPostbackQueue
Class Name: DotVVM.Samples.Tests.Feature.PostbackConcurrencyTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000

πŸ”˜ DotVVM.Samples.Tests.Feature.ApiTests.Feature_Api_BindingSharing
Name: DotVVM.Samples.Tests.Feature.ApiTests.Feature_Api_BindingSharing
Class Name: DotVVM.Samples.Tests.Feature.ApiTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000

πŸ”˜ DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests.PostbackSpaNavigationTest_SuccessfulNavigation_SurvivingStaticCommand
Name: DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests.PostbackSpaNavigationTest_SuccessfulNavigation_SurvivingStaticCommand
Class Name: DotVVM.Samples.Tests.Feature.PostbackSpaNavigationTests
Outcome: NotExecuted πŸ”˜
Duration: 00:00:00.0010000