Jonathan Ross

Results 4 issues of Jonathan Ross

Hi, I'm using py-spy 0.3.4 on Ubuntu 18.04 and discovered that a problem in sampling causes py-spy to exit nonzero even if the profiled process exited successfully. I need to...

Use absolute value of machine ID. Parameterize SnowflakeDecodingUtilsTest to try positive & negative values.

Negative machine IDs are possible, and SnowflakeEncodingProvider left-shifts these without checking, resulting in a small negative number that is OR'ed with the timestamp, erasing the timestamp. Example: ``` static class...