Hide Forgot
Description of problem: Can not add a bug id whose length is 7 to case run. Version-Release number of selected component (if applicable): 3.3-4 How reproducible: Steps to Reproduce: 1.Choose a case run and click it. 2.Click "Add" label at 'Bug' option. 3.Input a bug number 9999999. Actual results: can not add it. Expected results: can add it. Additional info:
The scenario behind is that the bug_id column is a MySQL mediumint, which ranges from -8388608 to 8 388 607. Therefore 9 999 999 failed. Existing records in Bugzilla show no necessity to enlarge the column limitation. Won't fix.