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

projectatomic / atomic-reactor / 4037
96%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2017 08:28AM UTC
Jobs 4
Files 66
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
4037

push

travis-ci

twaugh
logging: flush to serialize output more

We log using a StreamHandler, which is a file-like object, and file
objects don't support log serialization when logging from multiple
processes, only from threads of the same process, so when we load up a new
plugin and/or make a subprocess call, we have a chance of getting
intermixed log output. In theory, if we flush after each logging call we
make, it should give us the serialization we desire (albeit possibly at a
negligible performance hit).

Signed-off-by: Jarod Wilson <jarod@redhat.com>

5284 of 5639 relevant lines covered (93.7%)

3.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4037.1 22 Aug 2017 08:28AM UTC 0
93.3
Travis Job 4037.1
2 4037.2 22 Aug 2017 08:29AM UTC 0
89.91
Travis Job 4037.2
3 4037.3 22 Aug 2017 08:30AM UTC 0
89.91
Travis Job 4037.3
4 4037.4 22 Aug 2017 08:31AM UTC 0
89.89
Travis Job 4037.4
Source Files on build 4037
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4037
  • 736ce680 on github
  • Prev Build on master (#4033)
  • Next Build on master (#4047)
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