Than-Duc-Huy / pe

0 stars 0 forks source link

Servive Add ID counter #13

Open Than-Duc-Huy opened 2 years ago

Than-Duc-Huy commented 2 years ago

There is a duplication check to prevent duplication service but the service counter keeps on counter up. As seen in the discontinuity between 'this' 5013 and 'this 2' 5018

This confuses the user

image.png

soc-pe-bot commented 1 year ago

Team's Response

We have discussed this problem: And the reason why it's not consecutive is we only check if the service is duplicate after creating the object, and only add it to list when it passes the check. This results in serviceIDs not appear in a contiguous way. But the ID for the service is like the primaryKey for a tuple in Database, the most significant role of which is to distinguish among different services. In our case, the ID plays exactly its role.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

Reason for disagreement: [replace this with your explanation]


:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]