crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

CI: Use CrateDB `nightly` also for regular testing #624

Open amotl opened 2 months ago

amotl commented 2 months ago

About

CrateDB version was fixed to 5.4.5. This patch intends to use latest nightly.

Thoughts

latest will probably not work, because the test layer used here only understands specific version numbers, and nightly?

matriv commented 2 months ago

Do you have any concern to test on CI with nightly? It could potentially help us catch issues of incompatibilities between CrateDB and python, before a release.

amotl commented 2 months ago

Thanks. Let's go for nightly right away, also for regular testing. CrateDB Nightly is used for crate-python nightly CI jobs anyway, so let's synchronize this.

amotl commented 2 months ago

Dialogue with self

Q: 404 Not Found @ https://cdn.crate.io/downloads/releases/cratedb/x64_mac/crate-latest.tar.gz -- what's that? A: Ah right, that's why we pinned specific versions. 💡

Explanation

There are no nightly builds for x64_mac.

Conclusion

Putting this back into draft mode for now, and updating manually instead.