Commit 1bc642c
committed
test: Fixes race condition in test
This resolves the race condition caused by the inbox counts and the event delivery. If event delivery happens before the subsequent publish increments the inbox counts, then the counts will be lower than expected. Resolved by just not asking for inbox counts, since they aren't relevant to the test.1 parent 9b4a6f2 commit 1bc642c
File tree
1 file changed
+2
-14
lines changed- Tests/GraphQLTests/SubscriptionTests
1 file changed
+2
-14
lines changedLines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | 714 | | |
719 | 715 | | |
720 | 716 | | |
| |||
734 | 730 | | |
735 | 731 | | |
736 | 732 | | |
| 733 | + | |
| 734 | + | |
737 | 735 | | |
738 | 736 | | |
739 | 737 | | |
| |||
742 | 740 | | |
743 | 741 | | |
744 | 742 | | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | 743 | | |
750 | 744 | | |
751 | 745 | | |
752 | | - | |
753 | | - | |
754 | 746 | | |
755 | 747 | | |
756 | 748 | | |
| |||
759 | 751 | | |
760 | 752 | | |
761 | 753 | | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | 754 | | |
767 | 755 | | |
768 | 756 | | |
| |||
0 commit comments