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

RH-FMK / sktm / 259
39%
master: 39%

Build:
Build:
LAST BUILD BRANCH: production
DEFAULT BRANCH: master
Ran 18 Jun 2018 05:28PM UTC
Jobs 1
Files 8
Run time 3s
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
259

push

travis-ci

dzickusrh
check_pending: Rename series > series_id

In 06b6ae590, `series` was renamed to
`series_id`, which caused an exception in `sktm`:

```
Traceback (most recent call last):
  File "/home/skt/sktm/sktm.py", line 135, in <module>
    sw.wait_for_pending()
  File "/home/skt/sktm/sktm/__init__.py", line 367, in wait_for_pending
    self.check_pending()
  File "/home/skt/sktm/sktm/__init__.py", line 357, in check_pending
    self.db.commit_tested(patches, series_id)
UnboundLocalError: local variable 'series_id' referenced before assignment
```

The `series = None` earlier in the method did not get changed to
`series_id = None`, which caused the exception.

Fixes #89.

Signed-off-by: Major Hayden <major@redhat.com>

742 of 1289 relevant lines covered (57.56%)

0.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 259.1 18 Jun 2018 05:28PM UTC 0
57.56
Travis Job 259.1
Source Files on build 259
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #259
  • 7e095134 on github
  • Prev Build on staging (#254)
  • Next Build on staging (#263)
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

© 2025 Coveralls, Inc