OLD | NEW |
(Empty) | |
| 1 This test verifies throttler behavior. |
| 2 |
| 3 |
| 4 Running: testSimpleSchedule |
| 5 Throttler is in IDLE state (doesn't have any timers set up) |
| 6 SCHEDULED: 'operation #1' asSoonAsPossible: false |
| 7 SCHEDULED: 'operation #2' asSoonAsPossible: undefined |
| 8 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 9 Process 'operation #2' STARTED. |
| 10 Process 'operation #2' FINISHED. |
| 11 |
| 12 Running: testAsSoonAsPossibleOverrideTimeout |
| 13 Throttler is in IDLE state (doesn't have any timers set up) |
| 14 SCHEDULED: 'operation #1' asSoonAsPossible: undefined |
| 15 SCHEDULED: 'operation #2' asSoonAsPossible: true |
| 16 Throttler is in TIMEOUT state. Scheduled timers timeouts: [0] |
| 17 Process 'operation #2' STARTED. |
| 18 Process 'operation #2' FINISHED. |
| 19 |
| 20 Running: testAlwaysExecuteLastScheduled |
| 21 Throttler is in IDLE state (doesn't have any timers set up) |
| 22 SCHEDULED: 'operation #0' asSoonAsPossible: true |
| 23 SCHEDULED: 'operation #1' asSoonAsPossible: false |
| 24 SCHEDULED: 'operation #2' asSoonAsPossible: true |
| 25 SCHEDULED: 'operation #3' asSoonAsPossible: false |
| 26 Throttler is in TIMEOUT state. Scheduled timers timeouts: [0] |
| 27 Process 'operation #3' STARTED. |
| 28 Process 'operation #3' FINISHED. |
| 29 |
| 30 Running: testSimpleScheduleDuringProcess |
| 31 Throttler is in IDLE state (doesn't have any timers set up) |
| 32 SCHEDULED: 'long operation' asSoonAsPossible: undefined |
| 33 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 34 Process 'long operation' STARTED. |
| 35 Throttler is in IDLE state (doesn't have any timers set up) |
| 36 SCHEDULED: 'operation #1' asSoonAsPossible: false |
| 37 SCHEDULED: 'operation #2' asSoonAsPossible: undefined |
| 38 Process 'long operation' FINISHED. |
| 39 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 40 Process 'operation #2' STARTED. |
| 41 Process 'operation #2' FINISHED. |
| 42 |
| 43 Running: testAsSoonAsPossibleOverrideDuringProcess |
| 44 Throttler is in IDLE state (doesn't have any timers set up) |
| 45 SCHEDULED: 'long operation' asSoonAsPossible: undefined |
| 46 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 47 Process 'long operation' STARTED. |
| 48 Throttler is in IDLE state (doesn't have any timers set up) |
| 49 SCHEDULED: 'operation #1' asSoonAsPossible: undefined |
| 50 SCHEDULED: 'operation #2' asSoonAsPossible: true |
| 51 Process 'long operation' FINISHED. |
| 52 Throttler is in TIMEOUT state. Scheduled timers timeouts: [0] |
| 53 Process 'operation #2' STARTED. |
| 54 Process 'operation #2' FINISHED. |
| 55 |
| 56 Running: testAlwaysExecuteLastScheduledDuringProcess |
| 57 Throttler is in IDLE state (doesn't have any timers set up) |
| 58 SCHEDULED: 'long operation' asSoonAsPossible: undefined |
| 59 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 60 Process 'long operation' STARTED. |
| 61 Throttler is in IDLE state (doesn't have any timers set up) |
| 62 SCHEDULED: 'operation #0' asSoonAsPossible: true |
| 63 SCHEDULED: 'operation #1' asSoonAsPossible: false |
| 64 SCHEDULED: 'operation #2' asSoonAsPossible: true |
| 65 SCHEDULED: 'operation #3' asSoonAsPossible: false |
| 66 Process 'long operation' FINISHED. |
| 67 Throttler is in TIMEOUT state. Scheduled timers timeouts: [0] |
| 68 Process 'operation #3' STARTED. |
| 69 Process 'operation #3' FINISHED. |
| 70 |
| 71 Running: testScheduleFromProcess |
| 72 Throttler is in IDLE state (doesn't have any timers set up) |
| 73 SCHEDULED: 'operation #1' asSoonAsPossible: undefined |
| 74 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 75 Process 'operation #1' STARTED. |
| 76 SCHEDULED: 'operation #2' asSoonAsPossible: false |
| 77 Process 'operation #1' FINISHED. |
| 78 Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989] |
| 79 Process 'operation #2' STARTED. |
| 80 Process 'operation #2' FINISHED. |
| 81 |
OLD | NEW |