Zookeeper jobboard using `cmp`

Bug #1367496 reported by Joshua Harlow
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
taskflow
Fix Released
High
Joshua Harlow
0.5
New
Undecided
Unassigned

Bug Description

The zookeeper jobboard is using the `cmp` function which is not available on py3.x

This makes testing & using that object and its implementation on py3.x not possible.

Joshua Harlow (harlowja)
Changed in taskflow:
importance: Undecided → High
assignee: nobody → Joshua Harlow (harlowja)
Changed in taskflow:
status: New → In Progress
Joshua Harlow (harlowja)
Changed in taskflow:
milestone: none → next-juno
Changed in taskflow:
milestone: next-juno → next-kilo
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to taskflow (master)

Reviewed: https://review.openstack.org/107549
Committed: https://git.openstack.org/cgit/openstack/taskflow/commit/?id=15e3962e2a55a35fc2e87889f1a2085163c593ce
Submitter: Jenkins
Branch: master

commit 15e3962e2a55a35fc2e87889f1a2085163c593ce
Author: Joshua Harlow <email address hidden>
Date: Wed Jul 16 19:53:45 2014 -0700

    Jobboard example that show jobs + workers + producers

    Add a new example that spins up a set of threads to simulate
    the actual workers and producers that would be normally attached
    to a jobboard and use these threads to producer and consume a
    set of simple jobs (that are filtered on by the workers).

    - This also fixes how python3 removed the __cmp__ operator which
      we were using for sorting the jobs that were posted and now we
      must use __lt__ instead.

    Fixes bug 1367496

    Part of blueprint more-examples

    Change-Id: Ib8d116637b8edae31e4c8927a28515907855f8bf

Changed in taskflow:
status: In Progress → Fix Committed
Joshua Harlow (harlowja)
Changed in taskflow:
status: Fix Committed → Fix Released
Joshua Harlow (harlowja)
Changed in taskflow:
milestone: next-kilo → none
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.