I get this message:
Testing removeRectangleOverlap(zero gaps)... eg0...OK eg2...OK eg3...OK eg4...OK eg5...OK olap6...OK loop0...OK loop1...OK loop2...OK random ints with 0 rectangles...OK random ints with 1 rectangles...OK random ints with 2 rectangles...OK random ints with 3 rectangles...OK random ints with 4 rectangles...OK random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL: removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
The tests with the 'random ints' actually take a bit longer than any of the others and sometimes I get a message about an Alarm Clock.
Does this indicate something fixable at my end, or a possible problem with the testing system... Or anything in particular?
Ben
On Sat, May 06, 2006 at 05:02:53PM +0100, Ben Fowler wrote:
I get this message:
Testing removeRectangleOverlap(zero gaps)... eg0...OK eg2...OK eg3...OK eg4...OK eg5...OK olap6...OK loop0...OK loop1...OK loop2...OK random ints with 0 rectangles...OK random ints with 1 rectangles...OK random ints with 2 rectangles...OK random ints with 3 rectangles...OK random ints with 4 rectangles...OK random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL: removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
It's definitely worth sending these reports to inkscape-tester@, and to cc inkscape-devel if the issue is due to a recent change.
Bryce
The tests with the 'random ints' actually take a bit longer than any of the others and sometimes I get a message about an Alarm Clock.
Does this indicate something fixable at my end, or a possible problem with the testing system... Or anything in particular?
Ben
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid%120709&bid&3057&... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On May 6, 2006, at 9:02 AM, Ben Fowler wrote:
random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL:
removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
Any failing tests are good to know about.
One thing on that output is that it's from the older test harness. I'm in the process of switching things over to CxxTest. In doing so, it would be very good to be able to tune those tests to give us more detail on what is failing with anything that the devs might need to know.
I *think* our general strategy might be to put in what tests we can think of up front, but then fill in with more detailed checks for cases we encounter that might have problems certain places (like this random ints one does for you). I'd love to be able to get to the point where the tests are run by everyone as much as possible.
Interesting! This particular test code (written by Peter Moulder) was set to fail if it didn't complete in 30 seconds (hopefully catching potential infinite loops). It's possible that if you're running it on a really slow machine that this may not be enough time. Till we can think of a better solution I've increased the time-out to 60 seconds.
I'm pretty sure the code is right. It's pretty well tested (in other applications as well) by now. But, if you continue to see this problem please let me know.
Thanks
Tim
Ben Fowler wrote:
I get this message:
Testing removeRectangleOverlap(zero gaps)... eg0...OK eg2...OK eg3...OK eg4...OK eg5...OK olap6...OK loop0...OK loop1...OK loop2...OK random ints with 0 rectangles...OK random ints with 1 rectangles...OK random ints with 2 rectangles...OK random ints with 3 rectangles...OK random ints with 4 rectangles...OK random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL: removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
The tests with the 'random ints' actually take a bit longer than any of the others and sometimes I get a message about an Alarm Clock.
Does this indicate something fixable at my end, or a possible problem with the testing system... Or anything in particular?
Ben
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmdlnk&kid%120709&bid&3057&d... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On 10/05/06, Tim Dwyer <Tim.Dwyer@...38...> wrote:
Interesting! This particular test code (written by Peter Moulder) was set to fail if it didn't complete in 30 seconds (hopefully catching potential infinite loops). It's possible that if you're running it on a really slow machine
... I think that that was indeed the case. It is not so much that the machine was slow, but that it was doing other things as well. My suggestion would be to assign a time out for Count of n based on the time taken for Count of n-1.
Ben Fowler wrote:
I get this message:
Testing removeRectangleOverlap(zero gaps)... eg0...OK eg2...OK eg3...OK eg4...OK eg5...OK olap6...OK loop0...OK loop1...OK loop2...OK random ints with 0 rectangles...OK random ints with 1 rectangles...OK random ints with 2 rectangles...OK random ints with 3 rectangles...OK random ints with 4 rectangles...OK random ints with 5 rectangles...OK random ints with 6 rectangles...FAIL: removeoverlap/remove_rectangle_overlap-test
Is it worth sending such a report to this list. 'make check' did not report any problems lst time I ran it.
The tests with the 'random ints' actually take a bit longer than any of the others and sometimes I get a message about an Alarm Clock.
Does this indicate something fixable at my end, or a possible problem with the testing system... Or anything in particular?
Tim Dwyer wrote:
Interesting! This particular test code (written by Peter Moulder)
BTW: I'm attributing this particular test code to Peter out of respect for his excellent contribution and to explain why I'm not 100% familiar with it - not because I'm blaming him in any way for this unforeseeable and minor problem. Thanks again Peter :-).
On May 10, 2006, at 1:42 AM, Tim Dwyer wrote:
BTW: I'm attributing this particular test code to Peter out of respect for his excellent contribution and to explain why I'm not 100% familiar with it - not because I'm blaming him in any way for this unforeseeable and minor problem. Thanks again Peter :-).
Peter rocks!!!
Tim,
Was it you who added "automatic diagram layout" in 0.44? Can you please fill in the Release Notes item for it, or pass this request to the author if it wasn't you.
http://wiki.inkscape.org/wiki/index.php/Release_Notes#Connectors_and_automat...
Thanks!
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Done.
bulia byak wrote:
Tim,
Was it you who added "automatic diagram layout" in 0.44? Can you please fill in the Release Notes item for it, or pass this request to the author if it wasn't you.
http://wiki.inkscape.org/wiki/index.php/Release_Notes#Connectors_and_automat...
Thanks!
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmdlnk&kid%120709&bid&3057&d... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (5)
-
Ben Fowler
-
Bryce Harrington
-
bulia byak
-
Jon A. Cruz
-
Tim Dwyer