http://bugzilla.moblin.org/show_bug.cgi?id=6500
--- Comment #3 from shuangeeer <yanshuang.zheng(a)intel.com> 2009-10-08 20:39:24 ---
retest with pkg 0.99.0.99.3 integrated into image 2.1-preview-20091008-001, the
results are:
RetryInterval=-2 ==> [[[RetryInterval = -2: cannot parse value]]] when running
RetryInterval=5000000000 ==> [[[ERROR: '-y RetryInterval=5000000000': range
error]]] when configuring
RetryInterval=1.2 ==> [[[ERROR: '-y RetryInterval=1.2': unexpected trailing
non-whitespace characters: .2]]] when configuring
RetryInterval=15s ==> [[[ERROR: '-y RetryInterval=15s': unexpected trailing
non-whitespace characters: s]]] when configuring
RetryInterval=a ==> [[[ERROR: '-y RetryInterval=a': decimal value expected]]]
when configuring
RetryInterval=';' ==> [[[ERROR: '-y RetryInterval=;': decimal value
expected]]]
when configuring
Just two issues before verification:
1)RetryInterval=-2 ==> [[[RetryInterval = -2: cannot parse value]]] when
running
---> this error info pops up when running, but not configuring. Is this
expected?
2) if configure RetryInterval to zero, then sync will resend messages 24220
times in 30 seconds. Does it make sense? Or shall we be more strict to reject
zero?
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.