You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/16 20:57:33 UTC

[GitHub] [couchdb-erlfdb] kocolosk commented on a change in pull request #35: Automate execution of binding tests, support API 630

kocolosk commented on a change in pull request #35:
URL: https://github.com/apache/couchdb-erlfdb/pull/35#discussion_r750655950



##########
File path: .github/workflows/ci.yml
##########
@@ -90,3 +90,47 @@ jobs:
         if: ${{ failure() }}
         with:
           limit-access-to-actor: true
+
+  binding_tester:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        test-name: [api, directory, directory_hca, tuple]
+        api-version: [610, 620, 630]

Review comment:
       We can't *build* against a 6.1.x client because we don't guard all the calls to new endpoints with `#ifdef` macros, but if someone wants to use a 6.2.x client and downgrade to API version 610 because that's what they're application is expecting, that works (or at least it passes the binding tests).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org