• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skeema / skeema / 7053843812
92%

Build:
DEFAULT BRANCH: main
Ran 01 Dec 2023 12:19AM UTC
Jobs 1
Files 75
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Dec 2023 12:10AM UTC coverage: 93.31% (+0.001%) from 93.309%
7053843812

push

github

evanelias
docker: additional performance improvements

This commit provides further perf improvements for workspace=docker and
integration testing, in addition to the recent work in 22d4b9b and 766efc3:

* Dockerized databases now disable the InnoDB adaptive hash index, since it
  is not beneficial at all for Skeema's DDL-heavy workload. (MariaDB disables
  it by default already in MariaDB 10.5+, but it is harmless to redundantly
  set this on the command-line.)

* Dockerized MySQL 8.0.22+ databases now disable innodb_log_writer_threads
  since this variable is consistently harmful to the performance of Skeema's
  workspace workload. (This variable does not exist in other flavors, but is
  disabled using the "loose-" prefix to ensure this doesn't cause errors.)

* The ephemeral container created by TestTempSchemaBinlog now uses tmpfs on
  Linux; this was accidentally omitted in 766efc3.

As before, the settings in the first two bullets are only applied to newly-
created Docker containers. If you have existing Skeema-managed containers
(either from workspace=docker without docker-cleanup=destroy, or from Skeema
integration tests), you must manually remove them first, if you wish for
Skeema to recreate them with the new settings applied.

6 of 6 new or added lines in 1 file covered. (100.0%)

9568 of 10254 relevant lines covered (93.31%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7053843812.1 01 Dec 2023 12:19AM UTC 0
93.31
GitHub Action Run
Source Files on build 7053843812
Detailed source file information is not available for this build.
  • Back to Repo
  • c029294e on github
  • Prev Build on mariadb-11.2 (#7051499685)
  • Next Build on main (#7093290188)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc