designate - dianaclarke/openstack-notes GitHub Wiki
Designate Project Overview
Review Summary
Total reviews: 750 (4.2 per day)
Total reviewers: 52 (0.1 per reviewer per day)
Total reviews by core team: 581 (3.2 per day)
Core team size: 3 (1.1 per core per day)
Contribution Summary
On review: 258 (1.4 per day)
Patch sets: 495 (2.8 per day)
Commits: 148 (0.8 per day)
Emails: 41 (0.2 per day)
1 Graham Hayes (SUSE) ✻ 168
2 Kiall Mac Innes (HPE) ✻ 96
3 Tim Simmons (Rackspace) ✻ 74
4 sonu (NEC) 53
5 venkatamahesh (Infinite) 12
- Designate core team: https://review.openstack.org/#/admin/groups/101,members
- Eric Larson
- Graham Hayes (IRC:
mugsie
)
- Kiall Mac Innes (IRC:
kiall
)
- Tim Simmons (PTL, IRC:
timsim
)
- What other designate-related projects are defined by infra?
- openstack/charm-designate
- openstack/charm-designate-bind
- openstack/designate-dashboard
- openstack/designate-msdnsagent
- openstack/designate-specs
- openstack/designate-tempest-plugin
- openstack/fuel-ccp-designate
- openstack/fuel-plugin-designate
- openstack/openstack-ansible-os_designate
- openstack/puppet-designate
- Clone the
designate
repo & run the py27 unit tests (usual song & dance worked fine)
Ran: 1500 tests in 163.0000 sec.
- And the py35 tests?
- 16 failures OOTB on my mac dev env
- Does it work on fedora? Nope, 15 test failures OOTB on fedora 25.
- And ubuntu since designate gates on ubuntu? Nope, 15 errors there too.
- Perhaps ask on IRC Monday what other see when they try... I must be missing something.
- Oh, look! These 15 failures are in CI now too: https://review.openstack.org/#/c/449901/
- What changed recently?
$ diff pip.works pip.fails
: http://paste.openstack.org/show/604381/
- I think it's related to the u-c bump from
eventlet==0.19.0
to eventlet==0.20.1
- Designate gate status:
- What's the code coverage like?
- https://docs.openstack.org/developer/designate/
Contribution Ideas
It is hereby specified that a TTL value is an unsigned number, with a
minimum value of 0, and a maximum value of 2147483647. That is, a
maximum of 2^31 - 1.
designate.tests.test_agent.test_backends.test_bind9.Bind9AgentBackendTestCase.test_update_zone [3.814508s] ... ok
Captured stderr:
~~~~~~~~~~~~~~~~
/Users/diana/workspace/designate/.tox/py27/lib/python2.7/site-packages/sqlalchemy/dialects/sqlite/base.py:1365: SAWarning: WARNING: SQL-parsed foreign key constraint '(u'domain_id', u'domains', u'id')' could not be located in PRAGMA foreign_keys for table records
table_name
/Users/diana/workspace/designate/.tox/py27/lib/python2.7/site-packages/sqlalchemy/dialects/sqlite/base.py:1365: SAWarning: WARNING: SQL-parsed foreign key constraint '(u'recordset_id', u'recordsets', u'id')' could not be located in PRAGMA foreign_keys for table records
table_name