picar / pyrrd

Automatically exported from code.google.com/p/pyrrd
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

errors don't propogate up to calling methods #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when using rrd.bufferValue(1000,512) multiple times with the same value, 
errors aren't being 
progated up to calling methods, although an Error string is printing out to 
STDERR

What is the expected output? What do you see instead?
some error Assertion being "raised" within Python, or a return code to notify 
of failure. The 
response instead is of correct implementation with no errors, although an error 
is printed to the 
screen.

What version of the product are you using? On what operating system?
0.7 release and trunk
MacOS X 10.6.2, Python 2.6

Original issue reported on code.google.com by joseph.h...@gmail.com on 15 Nov 2009 at 12:17

GoogleCodeExporter commented 9 years ago
proposed fix embedded in bzr branch lp:~heckj/pyrrd/devtest - along with 
additional tests

Original comment by joseph.h...@gmail.com on 16 Nov 2009 at 2:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same problem for me, here is a patch against 0.0.7

Original comment by cara...@gmail.com on 26 Nov 2009 at 11:18

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks Joseph and caraldi -- I'm looking at your patches now.

Original comment by duncan.m...@gmail.com on 18 Dec 2009 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by duncan.m...@gmail.com on 18 Dec 2009 at 7:44

GoogleCodeExporter commented 9 years ago
I had to do some tweaking to get this just right for PyRRD, but these changes 
have
been merged to trunk now :-)

Thanks guys!

Original comment by duncan.m...@gmail.com on 19 Dec 2009 at 9:41