File tree
4 files changed
+32
-17
lines changed- temporalio/bridge
- proto
- workflow_activation
- workflow_completion
4 files changed
+32
-17
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
|
Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| 79 | + | |
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
| |||
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 |
| |
91 | 97 |
| |
92 | 98 |
| |
| |||
95 | 101 |
| |
96 | 102 |
| |
97 | 103 |
| |
| 104 | + | |
98 | 105 |
| |
99 | 106 |
| |
100 | 107 |
| |
101 | 108 |
| |
102 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 |
| |
104 | 116 |
| |
105 | 117 |
| |
|
- .cargo/config.toml+2-1
- .cargo/multi-worker-manual-test+15
- .github/workflows/per-pr.yml+1-1
- .gitignore+6-1
- client/src/lib.rs+31-7
- client/src/raw.rs+1-1
- client/src/retry.rs+38-4
- core-api/src/worker.rs+176-62
- core/Cargo.toml+6-1
- core/src/core_tests/activity_tasks.rs+7-6
- core/src/core_tests/mod.rs+4-4
- core/src/core_tests/queries.rs+4-2
- core/src/core_tests/workers.rs+3-3
- core/src/core_tests/workflow_tasks.rs+26-20
- core/src/lib.rs+1-2
- core/src/pollers/mod.rs+1-1
- core/src/pollers/poll_buffer.rs+522-164
- core/src/replay/mod.rs+3-3
- core/src/test_help/mod.rs+9-3
- core/src/worker/activities.rs+25-15
- core/src/worker/client.rs+109-33
- core/src/worker/client/mocks.rs+3-3
- core/src/worker/mod.rs+87-85
- core/src/worker/workflow/machines/transition_coverage.rs+1-2
- core/src/worker/workflow/machines/workflow_machines.rs+4-4
- core/src/worker/workflow/managed_run.rs+13-3
- core/src/worker/workflow/mod.rs+21-1
- core/src/worker/workflow/wft_poller.rs+126-4
- core/src/worker/workflow/workflow_stream.rs+5-3
- docker/docker-compose-telem.yaml+1
- etc/prometheus.yaml+6-2
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+8-8
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_completion/workflow_completion.proto+3
- sdk-core-protos/src/lib.rs+2-1
- sdk/src/lib.rs+5-2
- sdk/src/workflow_future.rs+2-1
- test-utils/src/lib.rs+89-13
- tests/heavy_tests.rs+127-7
- tests/integ_tests/client_tests.rs+2-8
- tests/integ_tests/metrics_tests.rs+10-46
- tests/integ_tests/update_tests.rs+1-6
- tests/integ_tests/worker_tests.rs+9-3
- tests/integ_tests/worker_versioning_tests.rs+131
- tests/integ_tests/workflow_tests.rs+20-13
- tests/integ_tests/workflow_tests/stickyness.rs+3-2
- tests/main.rs+1
- tests/manual_tests.rs+430
- tests/runner.rs+15-1
0 commit comments