Skip to content

Disable MySQL 5.7 test runner#5271

Merged
ewaterman merged 1 commit intodevelopfrom
disable-mysql57-test-runner
May 22, 2025
Merged

Disable MySQL 5.7 test runner#5271
ewaterman merged 1 commit intodevelopfrom
disable-mysql57-test-runner

Conversation

@ewaterman
Copy link
Member

✨ Description of Change

Link to GitHub issue or Jira ticket: N/A

Description: We're not supporting MySQL 5.7 for 0.9.x releases any longer, and since we've started using CTEs (which are not supported in 5.7), this marks the final nail in the coffin for abandoning 5.7 support.

We're not supporting MySQL 5.7 for 0.9.x releases any longer, and since we've started using CTEs (which are not supported in 5.7), this marks the final nail in the coffin for abandoning 5.7 support.
@ewaterman ewaterman requested review from awalkowiak and jmiranda May 22, 2025 18:08
@ewaterman ewaterman self-assigned this May 22, 2025
@github-actions github-actions bot added the domain: devops Changes or discussions relating to dev ops automation label May 22, 2025
matrix:
# If we start actively supporting other databases, they should be added here so that we can test against them.
testdatabase: ["mysql:5.7.44", "mysql:8.0.36", "mariadb:10.3.39"]
testdatabase: ["mysql:8.0.36", "mariadb:10.3.39"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured I'd make this a PR as a reminder for where this config lives. It's really easy to add/remove db versions to test against so if we upgrade in the future, all we need to do is remember to update this list

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

@codecov
Copy link

codecov bot commented May 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.29%. Comparing base (de2c842) to head (a6c2eda).
⚠️ Report is 134 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##             develop   #5271      +/-   ##
============================================
- Coverage       8.32%   8.29%   -0.03%     
+ Complexity       976     969       -7     
============================================
  Files            642     645       +3     
  Lines          43311   43368      +57     
  Branches       10523   10531       +8     
============================================
- Hits            3604    3596       -8     
- Misses         39156   39223      +67     
+ Partials         551     549       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ewaterman ewaterman merged commit f9d900b into develop May 22, 2025
8 checks passed
@ewaterman ewaterman deleted the disable-mysql57-test-runner branch May 22, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: devops Changes or discussions relating to dev ops automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants