OLD | NEW |
1 [Worker] Test EventSource reconnect after end of event stream. | 1 [Worker] Test EventSource reconnect after end of event stream. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Starting worker: ../script-tests/eventsource-reconnect.js | 6 Starting worker: ../script-tests/eventsource-reconnect.js |
7 PASS [Worker] es.readyState is es.CONNECTING | 7 PASS [Worker] es.readyState is es.CONNECTING |
8 PASS [Worker] es.readyState is es.OPEN | 8 PASS [Worker] es.readyState is es.OPEN |
9 PASS [Worker] evt.lastEventId is "77" | 9 PASS [Worker] evt.lastEventId is "77☃" |
10 PASS [Worker] es.readyState is es.CONNECTING | 10 PASS [Worker] es.readyState is es.CONNECTING |
11 PASS [Worker] es.readyState is es.OPEN | 11 PASS [Worker] es.readyState is es.OPEN |
12 PASS [Worker] evt.data is "77" | 12 PASS [Worker] evt.data is "77☃" |
13 PASS [Worker] evt.lastEventId is "77" | 13 PASS [Worker] evt.lastEventId is "77☃" |
14 PASS [Worker] es.readyState is es.CLOSED | 14 PASS [Worker] es.readyState is es.CLOSED |
15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
16 | 16 |
17 TEST COMPLETE | 17 TEST COMPLETE |
18 | 18 |
OLD | NEW |