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

skeema / skeema / 11637880216
92%

Build:
DEFAULT BRANCH: main
Ran 01 Nov 2024 11:46PM UTC
Jobs 1
Files 76
Run time 1min
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 Nov 2024 11:28PM UTC coverage: 93.251%. Remained the same
11637880216

push

github

evanelias
docker: allow tmpfs on Mac/Windows; use smaller redo logs

This commit makes two performance improvements affecting workspace=docker, as
well as Skeema's integration test suites:

* Previously, when using docker-cleanup=destroy, the container would use a
  tmpfs mount automatically only on a native Linux host. This was due to a
  common misinterpretation of the Docker docs; tmpfs actually is also usable
  on Docker Desktop for MacOS or Windows. This is now fixed, and likewise for
  a few integration tests which can now leverage tmpfs on any host OS.

* InnoDB redo logs for new containers are now set to their minimum allowed
  value of 4mb. Ordinarily, this could be problematic on MySQL 8+ even for a
  DDL-only workload on throwaway ephemeral container, because DDL in MySQL 8+
  writes to the InnoDB-based data dictionary. However, this is now doable
  because the previous commit ca85df7 disables redo logging in MySQL 8+ for
  Skeema's workspace containers and integration test containers. Meanwhile,
  MySQL 5.x and MariaDB (any version) use frm files, so Skeema's DDL
  workload won't be constrained by a tiny redo log.

The second change is primarily included here because it reduces memory usage
when operating on tmpfs from the first change.

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

10058 of 10786 relevant lines covered (93.25%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11637880216.1 01 Nov 2024 11:46PM UTC 0
93.25
GitHub Action Run
Source Files on build 11637880216
Detailed source file information is not available for this build.
  • Back to Repo
  • d3482491 on github
  • Prev Build on main (#11596597080)
  • Next Build on main (#11749537470)
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