So the last two bugs I filed were coming from check builds that were not merged. It was necessary to look at all builds to get to the point where gate failing on errors could be turned on. Here is the current whitelist. If you folks think the ".*' entries are no longer needed then please let me know and I will delete them.

 -David

ceilometer-acompute:
    - module: "ceilometer.compute.pollsters.disk"
      message: "Unable to read from monitor: Connection reset by peer"
    - module: "ceilometer.compute.pollsters.disk"
      message: "Requested operation is not valid: domain is not running"
    - module: "ceilometer.compute.pollsters.net"
      message: "Requested operation is not valid: domain is not running"
    - module: "ceilometer.compute.pollsters.disk"
      message: "Domain not found: no domain with matching uuid"
    - module: "ceilometer.compute.pollsters.net"
      message: "Domain not found: no domain with matching uuid"
    - module: "ceilometer.compute.pollsters.net"
      message: "No module named libvirt"
    - module: "ceilometer.compute.pollsters.net"
      message: "Unable to write to monitor: Broken pipe"
    - module: "ceilometer.compute.pollsters.cpu"
      message: "Domain not found: no domain with matching uuid"
    - module: "ceilometer.compute.pollsters.net"
      message: ".*"
    - module: "ceilometer.compute.pollsters.disk"
      message: ".*"

ceilometer-alarm-evaluator:
    - module: "ceilometer.alarm.service"
      message: "alarm evaluation cycle failed"
    - module: "ceilometer.alarm.evaluator.threshold"
      message: ".*"

ceilometer-api:
    - module: "wsme.api"
      message: ".*"


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to