Port allmydata.stats to Python 3 #3569

Closed
opened 2020-12-18 16:35:43 +00:00 by itamarst · 0 comments

This module should be ported.

When it is, there is some code in test_system.py that might need fixing:

self.failUnless(b"storage_server.allocate" in c)

The final result might not be bytes?

This module should be ported. When it is, there is some code in test_system.py that might need fixing: ``` self.failUnless(b"storage_server.allocate" in c) ``` The final result might not be bytes?
itamarst added the
unknown
normal
task
n/a
labels 2020-12-18 16:35:43 +00:00
itamarst added this to the Support Python 3 milestone 2020-12-18 16:35:43 +00:00
itamarst added the
duplicate
label 2021-04-16 15:45:44 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3569
No description provided.