Closed johnmartins closed 1 year ago
@EppChops @obennet I've removed mysqlutils from the project and turned it into an independent pypi package. I've updated all instances where it was used (also in cvs app). Also, please have a look at the failing CVS tests for this version release.
Alright, good to know! I'll take a look at the tests at the same time as I'm updating the delete functionality.
//Erik
Den tis 23 maj 2023 kl 13:07 skrev Julian Martinsson Bonde < @.***>:
@EppChops https://github.com/EppChops @obennet https://github.com/obennet I've removed mysqlutils from the project and turned it into an independent pypi package. I've updated all instances where it was used (also in cvs app). Also, please have a look at the failing CVS tests for this version release.
— Reply to this email directly, view it on GitHub https://github.com/sed-group/sed-backend/pull/87#issuecomment-1559076101, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVEMH4OLWWNIXPEKKNHCLLXHSLAZANCNFSM6AAAAAAYKRKOQE . You are receiving this because you were mentioned.Message ID: @.***>
@obennet @massimop-tech The features for 1.0.4 are now completed so I will be merging this into main some time next week. This will result in a short downtime for the server. It will not result in any data loss. I'll send an e-mail before performing the update.
@obennet We will put your fixes to the simulation database communication in a dedicated patch.
@obennet the multiprocessing tests are failing again. Can you take a look at the failing tests? I've added some functionality to the projects API, but it shouldn't be breaking (all project related tests work fine)
I reran the tests and it worked. The random tests that we have for the simulations are not very good because it sometimes produces incorrect sets of data which makes the test fail. The code runs as it should I just have to rewrite the tests.
Closes #83 Closes #92