Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.5
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
-
Sprint:The First Sprint
Description
Currently there's assumption that all tests in one group have the same max score, but there's no code verifying it.
Calculating group max score is just taking max score from group's first test.
Probably the best method how to deal with it is checking if tests in groups share the same max score while uploading SINOL package.
Calculating group max score is just taking max score from group's first test.
Probably the best method how to deal with it is checking if tests in groups share the same max score while uploading SINOL package.
Issue Links
- is related to
-
SIO-1319 Add max_score fields to models
Activity
Mateusz Kwapich
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 0.1.6 [ 11300 ] |
Mateusz Kwapich
made changes -
Assignee | Patryk Hes [ pathes ] |
Mateusz Kwapich
made changes -
Status | New [ 10000 ] | Open [ 1 ] |
Mateusz Kwapich
made changes -
Assignee | Patryk Hes [ pathes ] |
Mateusz Kwapich
made changes -
Fix Version/s | 0.1.6 [ 11300 ] |
Szymon Acedański
made changes -
Fix Version/s | The First Sprint [ 11500 ] |
Szymon Acedański
made changes -
Assignee | Bartosz Tarnawski [ donvel ] |
Szymon Acedański
made changes -
Sprint | The First Sprint [ 2 ] |
Bartosz Tarnawski
made changes -
Bartosz Tarnawski
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Bartosz Tarnawski [ donvel ] | Szymon Acedanski [ accek ] |
Resolution | Fixed [ 1 ] |
Szymon Acedański
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Szymon Acedański
made changes -
Fix Version/s | The First Sprint [ 11500 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
37d 2h 6m | 1 | Mateusz Kwapich | 2013-03-5 13:12 | |||||
|
232d 8h 42m | 1 | Bartosz Tarnawski | 2013-10-23 22:55 | |||||
|
340d 22h 47m | 1 | Szymon Acedański | 2014-09-29 21:42 |
The only place I found which assumes that is in generating submission report. What I propose is adding max_score field to GroupReport (as some information is already doubled in in TestReport).