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

boto / boto3 / 10 / 5
91%
develop: 91%

Build:
DEFAULT BRANCH: develop
Ran 06 Oct 2014 03:21PM UTC
Files 10
Run time 5s
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

06 Oct 2014 03:12PM UTC coverage: 93.688% (+0.02%) from 93.667%
10.5

Pull #2

travis-ci

danielgtaylor
Operate on unique data for each instance

This fixes the following bug:

    >>> s3 = boto3.resource('s3')
    >>> obj1 = s3.Object('my-bucket', 'my-key')
    >>> obj2 = s3.Object('my-bucket', 'my-key')
    >>> obj1.load()
    >>> print(obj2.meta['data'])
    { ... }

The data from `obj1` was shared with `obj2` which prevented making
multiple unique instances of resources. This fixes the issue by
making each resource operate on a copy of the data, created at
instantiation time. Adds a test to ensure this works as expected.
Pull Request #2: Operate on unique data for each instance

282 of 301 relevant lines covered (93.69%)

0.94 hits per line

Source Files on job 10.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10
  • Travis Job 10.5
  • 3eb63489 on github
  • Prev Job for on develop (#6.5)
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