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

Analytics-Only test breaks when adding new usecase #945

Open
Zesky665 opened this issue Oct 24, 2024 · 1 comment
Open

Analytics-Only test breaks when adding new usecase #945

Zesky665 opened this issue Oct 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working test-engine

Comments

@Zesky665
Copy link
Collaborator

When adding a new use case to the SQL integration tests, the actual snapshot of the analytics-only use case changes.

Here is the error message:

Actual  : {"data":{"ApplicationStatusTest":[{"status":"applied","num":92.0},{"status":"approval","num":41.0},{"status":"check","num":59.0},{"status":"closing","num":21.0},{"status":"funding","num":11.0},{"status":"pre-approval","num":75.0},{"status":"processing","num":34.0},{"status":"reviewed","num":83.0},{"status":"underwriting","num":53.0},{"status":"verification","num":66.0}]}}
Expected: {"data":{"ApplicationStatusTest":[{"status":"applied","num":99.0},{"status":"approval","num":42.0},{"status":"check","num":62.0},{"status":"closing","num":21.0},{"status":"funding","num":11.0},{"status":"pre-approval","num":82.0},{"status":"processing","num":34.0},{"status":"reviewed","num":90.0},{"status":"underwriting","num":55.0},{"status":"verification","num":72.0}]}}

The pipeline run in question is this one: https://github.com/DataSQRL/sqrl/actions/runs/11490492917/job/31981292027#step:5:23318

@mbroecheler
Copy link
Contributor

mmh, looking at the data the most likely explanation is that the previous test run didn't complete. But this is definitely worth looking into further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test-engine
Projects
Status: Backlog
Development

No branches or pull requests

3 participants