> For those interested, here's the test failure. > > [0]air::tests(276231)$./test_avro_values > **** Running boolean tests **** > | 00 .. .. .. .. .. .. .. | .. .. .. .. .. .. .. .. | ................ > | 01 .. .. .. .. .. .. .. | .. .. .. .. .. .. .. .. | ................ > **** Running bytes tests **** > | 08 DE AD BE EF .. .. .. | .. .. .. .. .. .. .. .. | .^->o........... > Incorrect sort order
Thanks for the transcript. I'm going to open an issue for this, but it definitely doesn't need to be a blocker for 1.6.2. The issue is that memcmp on Oneiric returns "some negative value" for the less-than case, but that unit test expects it to specifically return -1.
