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

pre-run the Queries before loop 10 times #107

Open
flaneur2020 opened this issue Aug 23, 2022 · 0 comments
Open

pre-run the Queries before loop 10 times #107

flaneur2020 opened this issue Aug 23, 2022 · 0 comments

Comments

@flaneur2020
Copy link
Member

current order:

for 10 times {
  Q1
}
for 10 times {
  Q2
}
...
for 10 times{
  Q15
}

when got stable error on one query, it wasted lots of time on rerun the ci jobs.

we can consider add a seperate job before the 10 times perf executions:

  Q1
  Q2
  Q3
  ..
  Q15

thus we can fail retry the single job quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant