Skip to content

Tests: do not call vshard.storage.cfg before creating resources #81

@nurzhan-saktaganov

Description

@nurzhan-saktaganov

In tests we call vshard.storage.cfg before creating methods, spaces and granting privileges.
It causes flaky tests, because sometimes vshard storage handles requests before fully initializing its resources.
We should initialize all resources and then call vshard.storage.cfg.
In the other hand, we can't call box.cfg{} manually - it should be called under the hood of vshard.storage.cfg.
No particular fix is suggested yet.

vshard.storage.cfg(cfg, names[NAME])

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky testThe issue describes the problem with the test being flaky

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions