Commit 560464e
authored
Don't check TSDB end time in YAML test (elastic#130761)
The end time of a TSDB data stream is updated by
`UpdateTimeSeriesRangeService` every 5 minutes. This means that every
once in a while the test fails if UpdateTimeSeriesRangeService happens
to have run during the test. This PR gets rid of this check.
It's a bit odd that this failure hasn't shown up before (i.e. outside of
the multi-project test suite), but I suspect it's related to the race
condition we're seeing here - the MP test suite is likely a bit slower,
making it slightly more likely to occur, perhaps.
Resolves elastic#1245751 parent 75fe33d commit 560464e
File tree
2 files changed
+2
-4
lines changed- modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream
2 files changed
+2
-4
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 215 | | |
219 | 216 | | |
220 | 217 | | |
| |||
0 commit comments