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

boto / boto3 / 10
91%

Build:
DEFAULT BRANCH: develop
Ran 06 Oct 2014 03:19PM UTC
Jobs 5
Files 10
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
10

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

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

285 of 301 relevant lines covered (94.68%)

4.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10.1 06 Oct 2014 03:19PM UTC 0
94.35
Travis Job 10.1
2 10.2 06 Oct 2014 03:19PM UTC 0
93.69
Travis Job 10.2
3 10.3 06 Oct 2014 03:21PM UTC 0
93.69
Travis Job 10.3
4 10.4 06 Oct 2014 03:20PM UTC 0
93.69
Travis Job 10.4
5 10.5 06 Oct 2014 03:21PM UTC 0
93.69
Travis Job 10.5
Source Files on build 10
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10
  • Pull Request #2
  • PR Base - develop (#6)
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