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

paylogic / pip-accel / 144
91%
master: 92%

Build:
Build:
LAST BUILD BRANCH: windows-support
DEFAULT BRANCH: master
Ran 03 May 2015 10:33AM UTC
Jobs 6
Files 12
Run time 9min
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
144

push

travis-ci

xolox
Bug fix for Boto configuration overrides

I was wondering why the test coverage of the S3 cache backend had
declined so significantly when I noticed that the tests on Travis CI
exposed a bug I hadn't ran into so far:

    Traceback (most recent call last):
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/__init__.py", line 157, in get
        pathname = backend.get(filename)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 147, in get
        key = self.s3_bucket.get_key(raw_key)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 214, in s3_bucket
        self.cached_bucket = self.s3_connection.get_bucket(self.config.s3_cache_bucket)
      File "/home/travis/build/paylogic/pip-accel/pip_accel/caches/s3.py", line 254, in s3_connection
        boto.config.add_section('Boto')
      File "/opt/python/2.6.9/lib/python2.6/ConfigParser.py", line 245, in add_section
        raise DuplicateSectionError(section)
    DuplicateSectionError: Section 'Boto' already exists

    (from https://travis-ci.org/paylogic/pip-accel/jobs/61020251)

I'm guessing this is caused by the fact that Travis CI installs a Boto
configuration file. These changes (Boto configuration overrides) were
introduced in pip-accel 0.27.1 (6d33a6edcd8).

846 of 930 relevant lines covered (90.97%)

5.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 144.1 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:33AM UTC 0
83.44
Travis Job 144.1
2 144.2 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:33AM UTC 0
90.43
Travis Job 144.2
3 144.3 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:34AM UTC 0
83.44
Travis Job 144.3
4 144.4 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:35AM UTC 0
90.43
Travis Job 144.4
5 144.5 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:43AM UTC 0
82.58
Travis Job 144.5
6 144.6 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:43AM UTC 0
90.43
Travis Job 144.6
Source Files on build 144
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #144
  • df32398f on github
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