Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test: DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected #4736

Closed
Tracked by #8607
RussKie opened this issue Mar 29, 2021 · 1 comment
Closed
Tracked by #8607
Labels
test-bug Problem in test source code (most likely)

Comments

@RussKie
Copy link
Member

RussKie commented Mar 29, 2021

Keeps intermittently failing on the public CI leg in all configs/bitness

    System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(rowHeadersWidthSizeMode: DisableResizing, rowHeadersVisible: True, autoSize: False, value: 4, expectedValue: 4, expectedInvalidatedCallCount: 1, expectedLayoutCallCount: 0, expectedParentLayoutCallCount: 0) [FAIL]
      Assert.Equal() Failure
      Expected: 1
      Actual:   3
      Stack Trace:
        D:\workspace\_work\1\s\src\System.Windows.Forms\tests\UnitTests\System\Windows\Forms\DataGridViewTests.cs(1213,0): at System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, Boolean rowHeadersVisible, Boolean autoSize, Int32 value, Int32 expectedValue, Int32 expectedInvalidatedCallCount, Int32 expectedLayoutCallCount, Int32 expectedParentLayoutCallCount)
    System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(rowHeadersWidthSizeMode: DisableResizing, rowHeadersVisible: True, autoSize: False, value: 32768, expectedValue: 32768, expectedInvalidatedCallCount: 1, expectedLayoutCallCount: 0, expectedParentLayoutCallCount: 0) [FAIL]
      Assert.Equal() Failure
      Expected: 1
      Actual:   3
      Stack Trace:
        D:\workspace\_work\1\s\src\System.Windows.Forms\tests\UnitTests\System\Windows\Forms\DataGridViewTests.cs(1213,0): at System.Windows.Forms.Tests.DataGridViewTests.DataGridView_RowHeadersWidth_SetWithParentWithHandle_GetReturnsExpected(DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, Boolean rowHeadersVisible, Boolean autoSize, Int32 value, Int32 expectedValue, Int32 expectedInvalidatedCallCount, Int32 expectedLayoutCallCount, Int32 expectedParentLayoutCallCount)


@dreddy-work
Copy link
Member

Dupe of #6609

@ghost ghost removed this from the .NET 8.0 milestone Mar 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

2 participants