-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures with Oracle 23.3 image #22
Comments
Thanks a lot for reporting this, @cpcloud! Sorry for the disruption! |
The error shows the same symptoms as #23:
@cpcloud, I think I have isolated and fixed the issue. |
Thanks @gvenzl! Tests are running here: ibis-project/ibis#7216 |
Looks like the issue is fixed! Thanks @gvenzl! |
Great, thanks a lot @cpcloud and sorry for the disruption! |
No need to apologize, we're happy to have a free docker image that we don't maintain to test Oracle with! |
It's my pleasure, if you ever need anything or have questions, happy to help anywhere I can! |
Hi 👋🏻!
We've been using the docker images produced from this repo without issue for quite a while over in https://github.com/ibis-project/ibis.
They've been working quite well!
Recently we're seeing some errors that are difficult to understand: https://github.com/ibis-project/ibis/actions/runs/6296921012/job/17092938287
We're not (yet) pinning the version of the image, so we picked up 23.3 in a CI run. To ensure our CI isn't flaky, for now we're going to pin our image to 23.2.
The queries that seem to be causing the errors are queries like:
The error messages all look similar to this one:
One thing that might be gumming things up is that we're running the test suite in parallel. Is that supported with Oracle? Should we be able to run multiple processes that are reading from and writing to the database in parallel? That said, I was able to reproduce the issue by running a single test with no parallelism involved.We're actually running the Oracle tests serially.Thanks!
The text was updated successfully, but these errors were encountered: