| Summary: | [RH Ceph 2.0] rados test_python assert during logrotate AssertionError: 140352653072300 != 'arg' | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Vasu Kulkarni <vakulkar> |
| Component: | RADOS | Assignee: | Samuel Just <sjust> |
| Status: | CLOSED NOTABUG | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | ceph-eng-bugs, dzafman, hnallurv, jdurgin, kchai, nlevine, vakulkar |
| Target Milestone: | rc | ||
| Target Release: | 2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-06 17:58:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Vasu Kulkarni
2016-03-18 16:16:39 UTC
*** Bug 1319258 has been marked as a duplicate of this bug. *** Vasu, could you try against the jewel branch? This doesn't occur in the upstream tests, so I'm curious whether this is an artifact of the environment (e.g. distro) or just an issue fixed since 10.0.4. Josh,
I can try this only on jewel after next rebase of 10.1.0, For now I have recreated this on second build which is still 10.0.4 but a newer one, I am just running one Class now where I have seen the assert, If you want you can use the below testnode which I have left in same state.
[ubuntu@magna091 ~]$ ceph -v
ceph version 10.0.4-2.el7cp (61adb020219fbad4508050b5f0a792246ba74dae)
ssh ubuntu@magna091 and from home dir you can run
nosetests -v simple_test_rados.py
AssertionError: 139652378310452 != 'arg'
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 314, in 'calling callback function'
File "/usr/lib/python2.7/site-packages/rados.py", line 2442, in monitor_log_callback
self.callback(arg, line, who, sec, nsec, seq, level, msg)
File "/home/ubuntu/simple_test_rados.py", line 144, in cb
This worked on newer rebase of 10.1.0, Closing as not a bug. |