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

skeema / skeema / 5316913930
92%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2023 11:39PM UTC
Jobs 1
Files 73
Run time 1s
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

19 Jun 2023 11:32PM UTC coverage: 93.1% (-0.1%) from 93.197%
5316913930

push

github

evanelias
tests: various minor improvements to integration suites

This commit tweaks the integration test suites as follows:

* When cleaning up in between each test, schemas are now dropped without
  dropping individual tables first. Ordinarily (on a "real" DB), we never
  drop schemas this way -- if many tables are present, it potentially holds
  the dict_sys mutex for a long uninterrupted period. However, on integration
  test Dockerized databases, this is perfectly safe, and speeds things up
  slightly, especially on somewhat weak CI CPUs.

* The number of database connections needed by the test suite has been
  reduced slightly. Hopefully this may help with the occasional random network
  I/O timeouts we've been seeing on GitHub Actions CI.

* Some tests were still using the deprecated tengo.Instance.Connect() method,
  which is just an alias for tengo.Instance.CachedConnectionPool(). These
  calls have been moved over to CachedConnectionPool, and the Connect method
  has now been removed.

* A couple older tests which queried the server sql_mode have been updated to
  use the newer tengo.Instance.SQLMode() method.

9053 of 9724 relevant lines covered (93.1%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5316913930.1 19 Jun 2023 11:39PM UTC 0
93.1
GitHub Action Run
Source Files on build 5316913930
Detailed source file information is not available for this build.
  • Back to Repo
  • b7313393 on github
  • Prev Build on main (#5294109142)
  • Next Build on main (#5317810433)
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