forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ea07e7
committed
Adjust XML test case to avoid unstable behavior.
Buildfarm member bowerbird is (inconsistently) showing differentresults for this test case since we enabled ASLR for MSVC builds.It's not very clear whether that's a bug in its version of libxml2or the test case is relying on nominally-undefined behavior, ie theordering of results from XPath's node(). It seems quite unlikelythat it's *our* bug though, and what's more, using node() addsnothing to the test coverage so far as our code is concerned.So, tweak the test to not use node().For the moment, only change HEAD because we've only seen theproblem there. Perhaps a case will emerge for back-patching.Discussion:https://postgr.es/m/2655387.1661695793@sss.pgh.pa.us1 parentfede154 commit4ea07e7
4 files changed
+6
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1555 | 1555 |
| |
1556 | 1556 |
| |
1557 | 1557 |
| |
1558 |
| - | |
| 1558 | + | |
1559 | 1559 |
| |
1560 |
| - | |
| 1560 | + | |
1561 | 1561 |
| |
1562 | 1562 |
| |
1563 | 1563 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1243 | 1243 |
| |
1244 | 1244 |
| |
1245 | 1245 |
| |
1246 |
| - | |
| 1246 | + | |
1247 | 1247 |
| |
1248 | 1248 |
| |
1249 | 1249 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1535 | 1535 |
| |
1536 | 1536 |
| |
1537 | 1537 |
| |
1538 |
| - | |
| 1538 | + | |
1539 | 1539 |
| |
1540 |
| - | |
| 1540 | + | |
1541 | 1541 |
| |
1542 | 1542 |
| |
1543 | 1543 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
616 |
| - | |
| 616 | + | |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
|
0 commit comments
Comments
(0)