Skip to content

Conversation

@aarthy-dk
Copy link
Contributor

Bug Fixes

  • scoring: flush empty list of results and breakdown items (adf2f1f)
  • scoring: remove deleted entries when refreshing history (40b1e6c)
  • scoring: default to datetime.min when comparing datetimes (4d4c819)
  • test-schedules: incorrect project parameter passed to cli (f33ee4c)
  • scheduler: cannot cancel scheduled runs (0d1ec36)

Miscellaneous

  • rotate log files at midnight (8aa4236)

aarthy-dk and others added 11 commits May 21, 2025 16:38
Sync main to enterprise

See merge request dkinternal/testgen/dataops-testgen!220
SQLAlchemy order of execution together with missing configuration
was causing duplicates in score_definition_results and
score_definition_results_breakdown tables.

Apparently, SQLAlchemy needs a little help with the order of
DELETE-INSERT statements in the same transaction.
use `datetime.min` instead of `0` when comparing run time for the latest
profiling and test runs.
fix(scoring): flush empty list of results and breakdown items

See merge request dkinternal/testgen/dataops-testgen!221
fix(test-schedules): incorrect project parameter passed to cli

See merge request dkinternal/testgen/dataops-testgen!222
fix(scheduler): cannot cancel scheduled runs

See merge request dkinternal/testgen/dataops-testgen!223
@datakitchen-devops datakitchen-devops merged commit c8096cd into main May 23, 2025
2 checks passed
@datakitchen-devops datakitchen-devops deleted the release/4.0.12 branch May 23, 2025 00:57
@github-actions
Copy link

Coverage

Coverage Report •
FileStmtsMissCoverMissing
testgen/commands
   run_refresh_score_cards_results.py726013%25–93, 97, 130–146, 151–163
testgen/common
   logs.py221335%20–41, 45
   process_service.py494015%12, 16–18, 22–24, 28–63
testgen/common/models
   scores.py24812940%99–108, 112–119, 128–137, 140–144, 147–150, 162–201, 216–246, 262–303, 319–346, 356–378, 381–388, 393, 461–469, 472–476, 508–515
testgen/ui/views
   score_explorer.py1291290%1–283
   test_runs.py1015837%43–103, 123, 126, 129–136, 140–183, 187–191, 196–206, 211–212, 217–218, 223–292
TOTAL9464727320% 

Tests Skipped Failures Errors Time
45 0 💤 0 ❌ 0 🔥 9.553s ⏱️

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

Successfully merging this pull request may close these issues.

4 participants