Steps to reproduce:
1-. Take an existing jepsen test and make its nemesis innocuous so that the analysis phase will complete relatively quickly once we increase the running time.
2-. Increase running time of the test to 10,000 seconds.
3-. Notice the above crash after the run & analysis is complete.
Iirc this is because nemesis events are drawn on the graph by a draw-rect call--might have to figure out how to render those from a stream like points, or omit them for long tests.
Hi,
When a long running test finishes, I receive the following crash from gnuplot:
Steps to reproduce: 1-. Take an existing jepsen test and make its nemesis innocuous so that the analysis phase will complete relatively quickly once we increase the running time. 2-. Increase running time of the test to 10,000 seconds. 3-. Notice the above crash after the run & analysis is complete.