Issue #298
closedHttp Event Listener: repo.publish.finish fires with task in running state
Description
When a repo.publish.finish http event listener is triggered, the relevant repo publish task is still running
Version:
pulp-server-2.6.0-0.7.beta.fc21.noarch
How reproducible:
Always, automated
Steps to reproduce
- create an rpm repo with feed
- create an http event listener
- reporting to http://requestb.in/\`request_id\`
- update the event listener configuration types to: ['repo.publish.finish']
- publish the repo
- wait till repo publish tasks finish
- inspect the request bin
Actual results:
- the bin contains a request with a task call report in request.body such that task.state == 'running'
Expected results:
- the bin contains a request with a task call report in request.body such that task.state == 'finished'
Additional Information
- pulp-automation test case: test_23_event_listener:EventListenerTest.test_05_repo_publish_finish
- https://github.com/RedHatQE/pulp-automation/blob/master/tests/general_tests/test_23_event_listener.py
Files
Updated by ipanova@redhat.com over 9 years ago
- Status changed from NEW to 7
Updated by amacdona@redhat.com about 8 years ago
- Blocks Task #2310: Add a Publisher ViewSet added
Updated by amacdona@redhat.com about 8 years ago
- Blocks deleted (Task #2310: Add a Publisher ViewSet)
Updated by bmbouter over 4 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.