You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adapt tests to new ordered insertMany failures for tables, data api PR #2193 (#387)
* adapt tests to the change in ordered insertMany failures for tables, data api PR #2193
* bump hcd IT data api version, remove useless imgpull step
* set prod-Astra int.tests to use legacy insertMany failuremodes
---------
Co-authored-by: Stefano Lottini <236640031+sl-at-ibm@users.noreply.github.com>
Copy file name to clipboardExpand all lines: DEVELOPING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,10 @@ certain environment variables, otherwise the associated tests are excluded from
170
170
Prepend tests with a `ASTRAPY_TEST_LATEST_MAIN=y` for features found on `main` that are not released anywhere.
171
171
_(Tip: run a code search first to see what is currently marked as such. Chances are nothing is.)_
172
172
173
+
### Legacy ordered-insert-many behaviour
174
+
175
+
Generally, [PR 2193](https://github.com/stargate/data-api/pull/2193) is included in modern Data API versions. In case tests are run to Data API 1.0.32 or lower, run the tests with the following additional environment variable to adjust the test expectations: `LEGACY_INSERTMANY_BEHAVIOUR_PRE2193="yes"`.
176
+
173
177
## Publish-and-release
174
178
175
179
Releasing a new version happens through the Github `release` workflow, which includes all necessary testing
0 commit comments