Skip to content

[C#][Flaky Test] test suite timing out #99

@xShinnRyuu

Description

@xShinnRyuu

Test Name

Test Location

Failure Permlink

Frequency

Intermitent, but usually at least one test env a day ends in a timeout

Steps to Reproduce

No response

System Information

Language and Version

C#

Engine Version

Logs

Seen in a few instances where the test suite likes to hang and end at the following tests.

Passed Valkey.Glide.IntegrationTests.BatchTests.TransactionWithMultipleConditions(conn: Database { 0x600000F105C0 RESP3 }, conditionPass: False) [20 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.ConfigGetAsync_ReturnsConfiguration(client: GlideClient { 0x600000F1C470 RESP2 }) [37 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.ConfigGetAsync_ReturnsConfiguration(client: GlideClient { 0x600000F19EB0 RESP3 }) [14 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.CustomCommandWithBinary(client: GlideClient { 0x600000F1C470 RESP2 }) [26 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.CustomCommandWithBinary(client: GlideClient { 0x600000F19EB0 RESP3 }) [19 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.TestEcho_BinaryData(client: GlideClient { 0x600000F1C470 RESP2 }) [6 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.TestEcho_BinaryData(client: GlideClient { 0x600000F19EB0 RESP3 }) [2 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.LolwutAsync_ReturnsArt(client: GlideClient { 0x600000F1C470 RESP2 }) [3 ms]
  Passed Valkey.Glide.IntegrationTests.StandaloneClientTests.LolwutAsync_ReturnsArt(client: GlideClient { 0x600000F19EB0 RESP3 }) [2 ms]
Error: The operation was canceled.

Screenshots

Image Image

No response

Glide Version

2.1.0

Expected Behavior

Integration tests for net8.0 should not hang and pass

Actual Behavior

Integration tests for net8.0 intermittently hangs and will cause the whole test suite to time out and be cancelled

Possible Fixes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions