-
Notifications
You must be signed in to change notification settings - Fork 113
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
JDBCBackend is noisy on Windows #229
Comments
@zikolach do you know what might cause Java to issue these messages on Windows? |
khaeru
changed the title
JDBCBackend.commit() is noisy on Windows
JDBCBackend is noisy on Windows
Jan 9, 2020
On closer inspection, these happen in multiple different methods—not just commit. See below. I do not know what the common denominator is between these.
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AppVeyor test logs such as this one (also manual pytest runs I've seen on e.g. @GamzeUnlu95's machine) spit out many copies of lines like:
Note the first lines: this occurs in JDBCBackend.commit:
ixmp/ixmp/backend/jdbc.py
Lines 320 to 323 in e6b3c0d
…which in turn is calling the Java method TimeSeries.commit: https://github.com/iiasa/ixmp_source/blob/e534e3c23fa100933429f9369d26a7e463c94aaa/src/main/java/at/ac/iiasa/ixmp/objects/TimeSeries.java#L906-L971
It seems that the code still functions as intended, i.e. the tests all pass. The noisy warnings are simply an annoyance.
The text was updated successfully, but these errors were encountered: