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

sql: Some third-party tool nightlies don't have the right text output #73852

Open
vy-ton opened this issue Dec 15, 2021 · 0 comments
Open

sql: Some third-party tool nightlies don't have the right text output #73852

vy-ton opened this issue Dec 15, 2021 · 0 comments
Labels
A-telemetry C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@vy-ton
Copy link
Contributor

vy-ton commented Dec 15, 2021

In our BI pipeline, we are extracting TeamCity artifacts for third-party tool nightlies. To extract the number of pass/fail/skip tests, the ETL script looks for specific text patterns:

TESTS = [
    'Total Tests Run',
    'tests passed unexpectedly',
    'tests failed unexpectedly',
    'tests passed',
    'tests failed',
    'tests skipped',
    'tests ignored',
    'tests expected failed but skipped',
    'tests expected failed but not run',
]

With the ETL in place, we noticed that certain nightlies have the test output file without the right text patterns:

  • flowable
  • pop
  • sequelize
  • typeorm

We should make sure these nightlies emit the right output

Jira issue: CRDB-11781

@vy-ton vy-ton added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-telemetry labels Dec 15, 2021
@vy-ton vy-ton added this to Triage in SQL Sessions - Deprecated via automation Dec 15, 2021
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Dec 15, 2021
@rafiss rafiss moved this from Triage to Smaller fixes/improvements in SQL Sessions - Deprecated Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-telemetry C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
SQL Sessions - Deprecated
Smaller fixes/improvements
Development

No branches or pull requests

1 participant