testsys / ball

Balloon manager
2 stars 2 forks source link

Import #1

Closed jpsbur closed 6 years ago

jpsbur commented 8 years ago

Rewrite import in python, reuse code

jpsbur commented 8 years ago

Started at https://github.com/testsys/ball/commit/6845742b2d25d7f5e480475047e0494680138d03

jpsbur commented 8 years ago

Working version exists since https://github.com/testsys/ball/commit/e38d65f7ca06b6eaa30c0bce656eb4ddea8cf6b7

Next steps: do not re-import existing balloons (cut by time or id)

burunduk3 commented 6 years ago

Some improvements in 41cc0adc926ea3b50b5bab88ca038f7123b3e5fd. May be in future it will be possible to get data from testing system not in snapshots, but via updates stream making better optimization possible. For now we have to parse every contest data file from scratch every time, for example, because some old submission could be rejudged and became OK.