Skip to content

fix cluster test instability #74

Description

@sanikolaev

There's a workaround in https://github.com/manticoresoftware/manticoresearch-php/blob/master/test/Manticoresearch/ClusterTest.php#L103 :

        // workaround against unstable tests. For some reason the replication which
        // has to be synchronous acts like if it was asynchronous
        sleep(3);

without it it has a high chance to fail which looks wrong since given Manticore has synchronous replication it should be stable without the sleep(N). The task is to figure out what's going on and create another issue in https://github.com/manticoresoftware/manticoresearch/ if the problem is on that end.

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