Commit e7efe74
committed
Fix detection of non-obsolete RC Enterprise tags
Before the change, stable_tags_data was an iterator, but it could
be read multiple times. In such a case, the second time it would
return an empty result. Fix the problem by constructing a set.
This was a copy-paste error from fetch_all_scylla_oss_rc_versions().1 parent fcb5e33 commit e7efe74
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments