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

boto / boto3 / 9
95%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 06 Oct 2014 03:16PM UTC
Jobs 4
Files 10
Run time 1min
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
9

push

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.

1 of 1 new or added line in 1 file covered. (100.0%)

285 of 301 relevant lines covered (94.68%)

3.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9.1 06 Oct 2014 03:17PM UTC 0
94.35
Travis Job 9.1
2 9.2 06 Oct 2014 03:16PM UTC 0
93.69
Travis Job 9.2
3 9.3 06 Oct 2014 03:17PM UTC 0
93.69
Travis Job 9.3
4 9.4 06 Oct 2014 03:16PM UTC 0
93.69
Travis Job 9.4
Source Files on build 9
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9
  • 060654c3 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