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

Failing test System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected #99764

Closed
pavelsavara opened this issue Mar 14, 2024 · 1 comment
Labels
area-System.DirectoryServices blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Mar 14, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=603272&view=logs&jobId=cb131f87-d5af-5ecc-6e5f-6dc86994859c
Build error leg or test failing: System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "Decode_Bytes_ReturnsExpected.*FAIL",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Log

    System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected(format: "vv", values: [48, 132, 0, 0, 0, ���], expected: [["abc", ""], null]) [FAIL]
      Assert.Equal() Failure: Collections differ
                 � (pos 0)
      Expected: [["abc", ""], null]
      Actual:   [["abc", "", ""], null]
                 � (pos 0)
      Stack Trace:
        /_/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs(199,0): at System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected(String format, Byte[] values, Object[] expected)
           at InvokeStub_BerConverterTests.Decode_Bytes_ReturnsExpected(Object, Span`1)
           at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected(format: "VV", values: [48, 132, 0, 0, 0, ���], expected: [[[���], [���]], null]) [FAIL]
      Assert.Equal() Failure: Collections differ
                 � (pos 0)
      Expected: [[[97, 98, 99], []], null]
      Actual:   [[[97, 98, 99], [], []], null]
                 � (pos 0)
      Stack Trace:
        /_/src/libraries/System.DirectoryServices.Protocols/tests/BerConverterTests.cs(199,0): at System.DirectoryServices.Protocols.Tests.BerConverterTests.Decode_Bytes_ReturnsExpected(String format, Byte[] values, Object[] expected)
           at InvokeStub_BerConverterTests.Decode_Bytes_ReturnsExpected(Object, Span`1)
           at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=603272
Error message validated: [Decode_Bytes_ReturnsExpected.*FAIL]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/14/2024 2:52:59 PM UTC

@pavelsavara pavelsavara added area-System.DirectoryServices blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Mar 14, 2024
@pavelsavara
Copy link
Member Author

Duplicate #99725

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 14, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.DirectoryServices blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant