Actions
Bug #16140
closedRudder-metrics-report does not work in python3
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
It throws errors related to the switch between bytes and str types introduced in python3.
something like:
root@server:~# /opt/rudder/bin/rudder-metrics-reporting -s Traceback (most recent call last): File "/opt/rudder/bin/rudder-metrics-reporting", line 274, in <module> file.write(data) File "/usr/lib/python3.7/tempfile.py", line 620, in func_wrapper return func(*args, **kwargs)
Updated by Félix DALLIDET about 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2134
Updated by Félix DALLIDET about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|a08eb2fad2aeac9d37a9551abbde7fe3dafb341a.
Updated by Vincent MEMBRÉ about 5 years ago
- Target version changed from 6.0.0~beta1 to 6.0.0
Updated by Félix DALLIDET almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.0 which was released today.
Actions