forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3d9a3ef
committed
Fix intermittent self-test failures caused by the stats_ext test.
Commitd7f8d26 added new tests to the stats_ext regression test thatincluded creating a view in the public schema, without realising thatthe stats_ext test runs in the same parallel group as the rules test,which makes doing that unsafe.This led to intermittent failures of the rules test on the buildfarm,although I wasn't able to reproduce that locally. Fix by creating theview in a different schema.Tomas Vondra and Dean Rasheed, report and diagnosis by Thomas Munro.Discussion:https://postgr.es/m/CA+hUKGKX9hFZrYA7rQzAMRE07L4hziCc-nO_b3taJpiuKyLLxg@mail.gmail.com1 parent87e9fae commit3d9a3ef
2 files changed
+44
-38
lines changedLines changed: 23 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
752 | 752 |
| |
753 | 753 |
| |
754 | 754 |
| |
755 |
| - | |
| 755 | + | |
| 756 | + | |
756 | 757 |
| |
757 | 758 |
| |
758 | 759 |
| |
759 |
| - | |
| 760 | + | |
760 | 761 |
| |
761 |
| - | |
762 |
| - | |
763 |
| - | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
764 | 765 |
| |
765 | 766 |
| |
| 767 | + | |
766 | 768 |
| |
767 |
| - | |
| 769 | + | |
768 | 770 |
| |
769 | 771 |
| |
770 | 772 |
| |
771 | 773 |
| |
772 | 774 |
| |
773 | 775 |
| |
774 | 776 |
| |
775 |
| - | |
| 777 | + | |
776 | 778 |
| |
777 |
| - | |
| 779 | + | |
778 | 780 |
| |
779 | 781 |
| |
780 | 782 |
| |
781 |
| - | |
782 |
| - | |
783 |
| - | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
784 | 786 |
| |
785 | 787 |
| |
786 |
| - | |
| 788 | + | |
787 | 789 |
| |
788 | 790 |
| |
789 | 791 |
| |
790 | 792 |
| |
791 |
| - | |
| 793 | + | |
792 | 794 |
| |
793 | 795 |
| |
794 |
| - | |
795 |
| - | |
| 796 | + | |
| 797 | + | |
796 | 798 |
| |
797 | 799 |
| |
798 |
| - | |
| 800 | + | |
799 | 801 |
| |
800 | 802 |
| |
801 | 803 |
| |
802 | 804 |
| |
803 |
| - | |
| 805 | + | |
804 | 806 |
| |
805 | 807 |
| |
806 | 808 |
| |
807 | 809 |
| |
808 |
| - | |
809 |
| - | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
810 | 814 |
|
Lines changed: 21 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
497 | 499 |
| |
498 | 500 |
| |
499 | 501 |
| |
500 | 502 |
| |
501 |
| - | |
| 503 | + | |
502 | 504 |
| |
503 | 505 |
| |
504 |
| - | |
505 |
| - | |
| 506 | + | |
| 507 | + | |
506 | 508 |
| |
507 |
| - | |
| 509 | + | |
508 | 510 |
| |
509 | 511 |
| |
510 | 512 |
| |
| 513 | + | |
511 | 514 |
| |
512 |
| - | |
| 515 | + | |
513 | 516 |
| |
514 | 517 |
| |
515 | 518 |
| |
516 | 519 |
| |
517 | 520 |
| |
518 | 521 |
| |
519 | 522 |
| |
520 |
| - | |
521 |
| - | |
| 523 | + | |
| 524 | + | |
522 | 525 |
| |
523 | 526 |
| |
524 | 527 |
| |
525 |
| - | |
526 |
| - | |
527 |
| - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
528 | 531 |
| |
529 | 532 |
| |
530 | 533 |
| |
531 |
| - | |
532 |
| - | |
| 534 | + | |
| 535 | + | |
533 | 536 |
| |
534 | 537 |
| |
535 | 538 |
| |
536 |
| - | |
537 |
| - | |
| 539 | + | |
| 540 | + | |
538 | 541 |
| |
539 | 542 |
| |
540 | 543 |
| |
541 |
| - | |
542 |
| - | |
| 544 | + | |
| 545 | + | |
543 | 546 |
| |
544 | 547 |
| |
545 | 548 |
| |
546 | 549 |
| |
547 | 550 |
| |
548 |
| - | |
549 |
| - | |
| 551 | + | |
550 | 552 |
|
0 commit comments
Comments
(0)