pc2ccs / pc2v9

Version 9 of the PC^2 Programming Contest Control System
Eclipse Public License 2.0
46 stars 23 forks source link

Multiple submissions for same run id (submission id) #544

Open lane55 opened 2 years ago

lane55 commented 2 years ago

Describe the issue:

Duplicate submissions are added to the pc2 server.

The Primary CCS API is sending create and update submission events, pc2 creates a run for each event.

Find a way to save previously submitted runs locally and check that list before submitting a run.

Need to determine which fields are needed to create a run.

To Reproduce:

Use the DOM Judge Event Feed

Expected behavior:

Actual behavior:

Environment:

Log Info:

Screenshots:

Additional context:

johnbrvc commented 11 months ago

DOMjudge fixed this issue on their end. They were sending a submission for each test case. This issue should be closed.