maas-devel team mailing list archive
-
maas-devel team
-
Mailing list archive
-
Message #01298
Testing for bug 1237463
Hi guys,
I tested that Gavin's fix really fixes bug 1237463. Here's what I've done:
On a pristine saucy VM, I installed MAAS from the saucy archive
(1.4+bzr1693+dfsg-0ubuntu1) and was able to reproduce the bug. Got this in
the celery.log:
[2013-10-10 23:21:25,620: ERROR/MainProcess] Task
provisioningserver.tasks.update_node_tags[0027378e-603a-470c-99b7-b8f292fcc483]
raised exception: ValueError(u'Unicode strings with encoding declaration
are not supported. Please use bytes input or XML fragments without
declaration.',)
Then I added the dailybuilds ppa and upgraded the package to
1.4+bzr1693+dfsg-0+1695+210~ppa0~ubuntu13.10.1, created a new tag and the
celery task completed successfully
[2013-10-10 23:30:39,217: INFO/MainProcess] Got task from broker:
provisioningserver.tasks.update_node_tags[81a58430-8037-4114-adbe-ed676629a267]
[2013-10-10 23:30:39,246: INFO/MainProcess] Task
provisioningserver.tasks.refresh_secrets[a6f180fc-5fd4-4029-bd85-152ea6aa2f6f]
succeeded in 0.000565052032471s: None
[2013-10-10 23:30:39,447: INFO/MainProcess] Task
provisioningserver.tasks.update_node_tags[81a58430-8037-4114-adbe-ed676629a267]
succeeded in 0.200349092484s: None
The only thing is that I got this error:
http://pastebin.ubuntu.com/6220251/while upgrading the package. It
doesn't seem to affect anything related to
this bug fix though.
Is this enough to verify the fix is working? Is there any more testing
related to this bug fix you need done?
Cheers,
--
Diogo M. Matsubara
Follow ups