Commit 67c297e
authored
Really Adding detection for transient generation of invalid json in ChangeFeedStartFromInternal (Azure#20996)
* Really Adding detection for transient generation of invalid json in ChangeFeedStartFromInternal
* Fixing StackOverflow error due to unintentional recursion
* Addressing test flakiness1 parent 8520929 commit 67c297e
File tree
2 files changed
+9
-4
lines changed- sdk/cosmos
- azure-cosmos-spark_3-1_2-12/src/test/scala/com/azure/cosmos/spark
- azure-cosmos/src/main/java/com/azure/cosmos/implementation/changefeed/implementation
2 files changed
+9
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments