Commit 0343fd6
committed
[adapters] Fix
The clock connector requests steps instead of queueing data, but we were
ignoring that in multihost.
Also, connect the clock only on the first host in a multihost cluster.
This fixes a Python integration test for now in multihost, so enable that
test.
Signed-off-by: Ben Pfaff <blp@feldera.com>now connector in multihost.1 parent 3bce09e commit 0343fd6
File tree
2 files changed
+11
-4
lines changed- crates/adapters/src
- python/tests/platform
2 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3737 | 3737 | | |
3738 | 3738 | | |
3739 | 3739 | | |
3740 | | - | |
| 3740 | + | |
| 3741 | + | |
| 3742 | + | |
| 3743 | + | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
| 3747 | + | |
3741 | 3748 | | |
3742 | 3749 | | |
3743 | 3750 | | |
| |||
5143 | 5150 | | |
5144 | 5151 | | |
5145 | 5152 | | |
5146 | | - | |
| 5153 | + | |
| 5154 | + | |
| 5155 | + | |
5147 | 5156 | | |
5148 | 5157 | | |
5149 | 5158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments