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

Netflix / genie / 2679
94%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2020 05:19PM UTC
Jobs 1
Files 571
Run time 2min
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

pending completion
2679

push

travis-ci

tgianos
Database cleanup tasks improvements

- Fix bug where dangling criterion records were left behind after commands are deleted
- Move all bulk deletion APIs for entities to READ_COMMITTED transactions to reduce likelyhood of db locks impacting performance with default REPEATABLE_READ
- Make all bulk deletion APIs use a select ids -> delete by ids pattern that leverages deleting by entities
	- While this is slightly less ideal than just outright deleting it does let us leverage hibernate to delete relational records like criterion without us having to do it
- Reduce complexity on job deletion logic to just delete in batches instead of batches of batches
- Add status filter to job deletion logic so that if (for some bizarre reason) a job is still in an active state (which could happen with CLI jobs) it isn't deleted after the retention period
- Make the cluster statuses be able to passed in instead of just defaulting to TERMINATED
- Remove unused property for jobs cleanup

13595 of 14670 relevant lines covered (92.67%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2679.1 (bintrayUser=[secure] bintrayKey=[secure] sonatypeUsername=[secure] sonatypePassword=[secure] DOCKER_USER=[secure] DOCKER_PASSWORD=[secure] GRGIT_USER=[secure]) 06 Apr 2020 05:19PM UTC 0
92.67
Travis Job 2679.1
Source Files on build 2679
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2679
  • 5fea9090 on github
  • Prev Build on master (#2676)
  • Next Build on master (#2683)
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