SavanVaghela / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

Bot download to worker instances fail for some bots #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When a worker downloads a submission using api_get_submission.php for some bots 
it will only get some of the bot's files.

I've added a check on the worker to detect and throw an error if the downloaded 
bot doesn't match the one on the main server, so at least it won't try and run 
a corrupt bot. Still it needs to be corrected so these bots can run on workers.

Original issue reported on code.google.com by janzert on 4 Nov 2010 at 7:05

GoogleCodeExporter commented 8 years ago
This was caused by some bots being only readable by the contest user after 
unpacking. The compile daemon will now change it to allow reading by others.

Original comment by janzert on 5 Nov 2010 at 6:42