Actions
Bug #7899
closedPlatform id continue to grow if highest id is not destroyed
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Rudder tests
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
I create several platform, (let's say four) with id 1,2,3,4! all fine for now.
I have finished with platform 1 and 3, they are destroyed and everything fine.
I create 2 new plarforms,their ids are now ... 5 and 6.
Since the id is used to compute ip and port, this breaks at some point ( seen ip => 254 :( , cannot create vm ...)
We should look for new ids into deleted ids (ie here take 1 and 3 ) before taking new ids
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-tests/pull/53
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-tests|c41d1eecdb85858842cea80b86f4deccab5b1323.
Updated by Benoît PECCATTE about 8 years ago
- Status changed from Pending release to Released
Actions