KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
26 stars 2 forks source link

Use file servers in LearningTest #267

Open bruno-at-orange opened 4 months ago

bruno-at-orange commented 4 months ago

We added the possibility to simulate the execution of Khiops on multi-machines by launching a file server process on a single host. The file server is launched when the environment variable KhiopsFileServerActivated is set to true.

It would be a good thing to use this feature on LearningTest, on CI. I launch LearningTest on the full family on my laptop. the good news is there is no bugs. However, there are multiples warnings and errors. We have to correct these errors before using file servers on LearningTest.

The errors are mainly in the crash tests, results files are here

marcboulle commented 4 months ago

Après analyse rapide des résultats, le problème suivant est facile à gérer:

Sinon, il semble qu'il y ait quand même une erreurs liée au reporting des erreurs systèmes dans certaines jeux de tests. Exemple: TestKhiops/CrashTests/extractkeys_KWFileKeyExtractorTask

Les autres variations semblent "normales": à vérifier