Skip to content

flaky test for ASIO completion tokens #2023

@ericniebler

Description

@ericniebler

as noted here, one of the completion token tests is flaky and needs to be investigated.

// This function is seemingly fragile?
//
// In release mode slightly different arrangements produce bizarre outcomes:
//
// /root/stdexec/test/asioexec/test_completion_token.cpp:380: FAILED:
// CHECK( !ex )
// with expansion:
// false
//
// /root/stdexec/test/asioexec/test_completion_token.cpp:382: FAILED:
// CHECK( ptr.use_count() == 1U )
// with expansion:
// -1564306560 == 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions