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

Add: retry failed queries in tck automatically without aborting #4611

Open
xtcyclist opened this issue Sep 3, 2022 · 0 comments
Open

Add: retry failed queries in tck automatically without aborting #4611

xtcyclist opened this issue Sep 3, 2022 · 0 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@xtcyclist
Copy link
Contributor

Introduction

In some CI jobs, waiting 6 seconds is not long enough for DDLs or queries before them to finish, causing subsequent queries to fail. Common errors reported include something like "tag not found", "vid not found", blablabla.

The root cause is that we do not yet support transactions to wrap up DDLs and act upon them on their successful commits only.

For the time being, we could simply retrying such queries every X seconds for Y times. With more time, they may run successfully and the CI job can go on.

Contents

Related work

@xtcyclist xtcyclist added the type/enhancement Type: make the code neat or more efficient label Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

1 participant