-
Notifications
You must be signed in to change notification settings - Fork 217
Test failure: DoNotAddIfSizeOverflows #429
Comments
This comment was made automatically. If there is a problem contact ryanbrandenburg. Please use this workflow to address this flaky test issue, including checking applicable checkboxes and filling in the applicable "TODO" entries:
|
@muratg - all yours. |
@JunTaoLuo can you take a look? Any changes which may have caused this? |
This comment was made automatically. If there is a problem contact ryanbrandenburg. There were 1 failures with about the same error on release/2.2 at 10:51:43 PM:
|
Hmm I'm not certain what's going on here but we never had these tests fail on teamcity. I can't reproduce these locally either so it's hard to say if it's a product issue or test issue. To diagnose this issue properly, we might need to end up implementing https://github.com/aspnet/Caching/issues/261 which could be somewhat involved. From a quick look, the compaction is executed on the thread pool so my current theory would be that the compaction isn't being run due to starvation. I'd like to add an option to run the compaction inline for tests and see if the tests are fixed. |
It also looks like this test is only failing on VSTS. There were no failures on teamcity: http://aspnetci/project.html?projectId=AspNetEf&buildTypeId=&tab=testDetails&testNameId=6648551514755003340&order=START_DATE_DESC&branch_AspNetEf=__all_branches__&itemsCount=50. I know we are migrating to VSTS now but the history on teamcity is informative. |
Logging added |
Closing. Tracking future failures in new issues filed by RaaS. |
This issue was made automatically. If there is a problem contact ryanbrandenburg.
This test failed with the following error:
Other tests within that build may have failed with a similar message, but they are not listed here. Check the link above for more info.
This test failed on master.
CC @Eilon
The text was updated successfully, but these errors were encountered: