oxidecomputer / crucible

A storage service.
Mozilla Public License 2.0
166 stars 17 forks source link

query_work_queue() and show_work() both do the same thing. #1449

Open leftwo opened 3 weeks ago

leftwo commented 3 weeks ago

query_work_queue() and show_work() both do the same thing. Remove one of them, probably show_work()

leftwo commented 3 weeks ago

Hmm.. Maybe there is a slight difference that is worth preserving. For show_work() we also dump out details about the internal work queue, and in tests, those are desirable.