Fix uuid-ossp regression tests based on buildfarm feedback.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2014 03:15:51 +0000 (23:15 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 May 2014 03:15:51 +0000 (23:15 -0400)
commit25dd07e0f6ba1aef0a6802474112b5bcce621ea4
tree70fe3673b05e18b57ed5a91d55e0062bc5f28b7f
parent71ed8b3ca76cd720f4013c3c20f0d2706583ab9a
Fix uuid-ossp regression tests based on buildfarm feedback.

The previous version of these tests expected uuid_generate_v1() to always
emit MAC addresses with the local-admin and multicast address bits zero.
However, several of the buildfarm critters are reporting values with the
local-admin bit set.  (Perhaps they're running inside VMs or jails.)
And a couple are reporting values with the multicast bit set, probably
meaning that the UUID library couldn't read the system MAC address.

Also, it emerges that if OSSP UUID can't read the system MAC address, it
falls back to V1MC behavior wherein the whole node field gets randomized
each time, breaking the test that expected the node field to remain stable
in V1 output.  (It looks like e2fs doesn't behave that way, though.)

It's not entirely clear why we can't get a system MAC address, since the
buildfarm scripts would not work without internet access.  Nonetheless,
the regression tests had better cope with the case, so adjust the tests
to expect these behaviors.
contrib/uuid-ossp/expected/uuid_ossp.out
contrib/uuid-ossp/sql/uuid_ossp.sql