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

paylogic / pip-accel / 143
92%

Build:
DEFAULT BRANCH: master
Ran 03 May 2015 10:29AM UTC
Jobs 6
Files 12
Run time 11min
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
143

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 143.1 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:29AM UTC 0
83.44
Travis Job 143.1
2 143.2 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:30AM UTC 0
90.43
Travis Job 143.2
3 143.3 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:29AM UTC 0
83.44
Travis Job 143.3
4 143.4 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:30AM UTC 0
90.43
Travis Job 143.4
5 143.5 (PIP_ACCEL_S3_BUCKET=) 03 May 2015 10:41AM UTC 0
82.58
Travis Job 143.5
6 143.6 (PIP_ACCEL_S3_BUCKET=pip-accel-test-bucket) 03 May 2015 10:38AM UTC 0
90.43
Travis Job 143.6
Source Files on build 143
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #143
  • df32398f on github
  • Prev Build on master (#141)
  • Next Build on master (#145)
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