File tree
13 files changed
+181
-95
lines changedFilter options
- src/Symfony/Component/Messenger
- Command
- Tests
- Command
- Fixtures
- Transport/AmqpExt
- Fixtures
- Worker
13 files changed
+181
-95
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php+40-19Lines changed: 40 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
73 |
| - |
| 74 | + |
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
| ||
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
86 | 91 |
|
87 | 92 |
|
88 | 93 |
|
| ||
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
124 | 126 |
|
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
125 | 136 |
|
126 | 137 |
|
127 | 138 |
|
| ||
136 | 147 |
|
137 | 148 |
|
138 | 149 |
|
139 |
| - |
140 |
| - |
141 |
| - |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
142 | 165 |
|
143 |
| - |
144 |
| - |
| 166 | + |
| 167 | + |
145 | 168 |
|
146 | 169 |
|
147 |
| - |
148 |
| - |
149 | 170 |
|
150 | 171 |
|
151 | 172 |
|
152 | 173 |
|
153 | 174 |
|
154 | 175 |
|
155 | 176 |
|
156 |
| - |
| 177 | + |
157 | 178 |
|
158 | 179 |
|
159 | 180 |
|
| ||
171 | 192 |
|
172 | 193 |
|
173 | 194 |
|
174 |
| - |
| 195 | + |
175 | 196 |
|
176 | 197 |
|
177 | 198 |
|
|
src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.php+2-10Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
| 25 | + |
34 | 26 |
|
35 | 27 |
|
src/Symfony/Component/Messenger/Tests/Fixtures/DummyWorker.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Fixtures/DummyWorker.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php+20-8Lines changed: 20 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
61 | 64 |
|
62 | 65 |
|
63 | 66 |
|
64 |
| - |
65 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
66 | 72 |
|
67 |
| - |
| 73 | + |
68 | 74 |
|
69 | 75 |
|
70 | 76 |
|
| ||
80 | 86 |
|
81 | 87 |
|
82 | 88 |
|
83 |
| - |
| 89 | + |
| 90 | + |
| 91 | + |
84 | 92 |
|
85 | 93 |
|
86 | 94 |
|
87 | 95 |
|
88 | 96 |
|
89 | 97 |
|
90 |
| - |
| 98 | + |
91 | 99 |
|
92 | 100 |
|
93 |
| - |
94 |
| - |
| 101 | + |
| 102 | + |
95 | 103 |
|
96 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
97 | 109 |
|
98 | 110 |
|
99 | 111 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
43 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpTransportTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
51 |
| - |
| 50 | + |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/Fixtures/long_receiver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/Fixtures/long_receiver.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
src/Symfony/Component/Messenger/Tests/Worker/StopWhenMemoryUsageIsExceededWorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Worker/StopWhenMemoryUsageIsExceededWorkerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/Messenger/Tests/Worker/StopWhenMessageCountIsExceededWorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Worker/StopWhenMessageCountIsExceededWorkerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
src/Symfony/Component/Messenger/Tests/Worker/StopWhenTimeLimitIsReachedWorkerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Worker/StopWhenTimeLimitIsReachedWorkerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
0 commit comments