forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b59ddf
committed
It may not be obvious to you, but the plpython regression tests
include output that vary depending on the python build one isrunning. Basically, the order of keys in a dictionary isnon-deterministic, and that part of the test fails for me regularly.I rewrote the test to work around this problem, and include a patchfile with that change and the change to the expected otuput as well.Mike Meyer1 parentc75d654 commit9b59ddf
2 files changed
+11
-6
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 |
| |
87 | 92 |
| |
88 | 93 |
| |
|
0 commit comments
Comments
(0)