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

PulpQE / pulp-smash / 710 / 1
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2016 05:01PM UTC
Files 6
Run time 0s
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

02 Jun 2016 04:56PM UTC coverage: 70.196%. Remained the same
710.1

push

travis-ci

Ichimonji10
Fix a broken test for Pulp's force_full feature

`ForceFullTestCase` in module
`pulp_smash.tests.rpm.api_v2.test_force_full` makes an HTTP POST call to
`repo_href/actions/publish/` with the following body:

    {'id': repo_distributor_id, 'force_full': True}

However, the following should be passed:

    {'id': repo_distributor_id, 'override_config': {'force_full': True}}

Background information:

1. d94c9cea9 introduced the new test
   module, including the former API call.
2. 9543517c4 refactored the test module,
   but failed to fix the API call. Instead, it conditionally skipped the
   relevant test based on the state of https://pulp.plan.io/issues/1965.
3. This commit drops any references to https://pulp.plan.io/issues/1965
   and fixes the API calls.

358 of 510 relevant lines covered (70.2%)

0.7 hits per line

Source Files on job 710.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 710
  • Travis Job 710.1
  • a902b7ff on github
  • Prev Job for on master (#709.1)
  • Next Job for on master (#711.1)
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