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

skeema / skeema / 7427939308
92%

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2024 12:27AM 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

05 Jan 2024 11:48PM UTC coverage: 93.31% (+0.003%) from 93.307%
7427939308

push

github

evanelias
workspace=docker: don't use tmpfs with unofficial images

Ordinarily, when using workspace=docker with docker-cleanup=destroy on Linux,
the container is configured to use tmpfs to greatly improve performance and
avoid disk writes; see 766efc3 (Skeema v1.11.1). However, using tmpfs can
apparently cause fatal permission issues with some images, such as
"percona/percona-server" which is now used in some situations per f7753c1.

This commit changes Skeema's behavior to avoid tmpfs whenever the image name
contains a slash. In other words, tmpfs will only be used with top-level
Docker-maintained images such as "mysql", "mariadb", "percona" but never
"mysql/mysql-server" or "percona/percona-server".

Specific non-top-level images may be specifically allowed to use tmpfs in the
future if needed and if testing shows they are compatible. Alternatively,
workarounds may be introduced in the future to resolve the core permission
issue.

For more information on the specific percona/percona-server problem, see
https://perconadev.atlassian.net/browse/PS-5068. The comments on that JIRA
issue do note some possible solutions, but it is also noted that tmpfs "isn't
a documented approach for using the [Percona Server] containers", so for now
we are not attempting these solutions.

9624 of 10314 relevant lines covered (93.31%)

1.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7427939308.1 06 Jan 2024 12:27AM UTC 0
93.31
GitHub Action Run
Source Files on build 7427939308
Detailed source file information is not available for this build.
  • Back to Repo
  • e50f7544 on github
  • Prev Build on main (#7416210496)
  • Next Build on main (#7508575741)
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