summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move legacy grenade jobs to Zuul v312.2.2Kenneth Giusti2020-07-208-393/+6
| | | | | | | Also deletes obsolete playbook files for telemetry tests that have been removed. Change-Id: Ibbb811e988cc048e6c39a0c2336c716a1a0ddb30
* Merge "Drop a python 2 exception management"Zuul2020-07-171-8/+1
|\
| * Drop a python 2 exception managementHervé Beraud2020-06-181-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously (when python 2 was supported) we introduced some specific exception management to detect connections issues when a rabbitmq cluster node disappearing. The original issue was that a ConnectionRefusedError is thrown and not managed by oslo.messaging to detect heartbeat issue and call ensure_connection for switching the connection destination (cluster node). `ConnectionRefusedError` is only a python 3 exception [2]. Now that we only support python 3 we don't need to continue to wrap/emulate this kind of exceptions (ConnectionRefusedError) [2] and so we can drop the python 2 compatibility code to only support python 3 code. [1] https://github.com/openstack/oslo.messaging/commit/9d8b1430e5c081b081c0e3c0b5f12f744dc7809d [2] https://docs.python.org/3/library/exceptions.html#ConnectionRefusedError Change-Id: I4c459d8c947dac213a1866c0d37e8f3d547aa82e
* | tests: Resolves issues with kombu > 4.6.812.2.1Stephen Finucane2020-07-021-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | The 'kombu.connection.Connection.ensure_connection' method has changed from calling 'retry_over_time' on 'self.connect' to calling it on 'self._connection_factory' [1], meaning our mocks are outdated. Address this change. [1] https://github.com/celery/kombu/pull/1193/commits/398aa5b8cd1fe1fc Change-Id: Ibbcf21a57ab1e3f90c21901296e5c088b645127c Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Closes-Bug: #1885923
* | Simplify tools/test-setup.shAndreas Jaeger2020-07-014-39/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test-setup.sh is called after bindep is run in CI, and tox is not setup. Simplify the script so that it only does what's needed - install qdrouterd for Ubuntu from qpid/testing. Install the other packages using bindep, add test to amqp1 profile. Add amqp1 to bindep_profiles where needed for scenario tests, previously test-setup.sh added it everywhere. Some tests are skipped due to changes in recent versions of kombu. These will be unskipped when we come up with a proper fix. Change-Id: Ic3a9e2c873619670edfbf71022d593f3cb5f70f2 Related-Bug: #1885923
* | Merge "Align contributing doc with oslo's policy"Zuul2020-06-301-0/+5
|\ \ | |/ |/|
| * Align contributing doc with oslo's policyHervé Beraud2020-05-041-0/+5
| | | | | | | | | | | | | | | | Related to: - https://review.opendev.org/#/c/723044/ - https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Change-Id: I006d5ca0f9ae492dcd53b1d8799ac3e375bf9127
* | Fix pygments stylemelissaml2020-06-041-1/+1
| | | | | | | | | | | | | | | | New theme of docs respects pygments_style. more info: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I287fd718f9283e5d7d6951b9e55d5a6b48e07e3c
* | Merge "Print warning message when connection running out"12.2.0Zuul2020-05-291-0/+4
|\ \
| * | Print warning message when connection running outshenjiatong2020-05-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I believe when connection pool running out of available resources, there will be all kinds of weird consequences following. So let's print warning logs when we are going to waiting indefinitely for the lock Change-Id: I5ca930cada523bc77c644703a0f02b9160816231 Related-bug: #1871813
* | | Merge "Fix hacking min version to 3.0.1"Zuul2020-05-261-1/+1
|\ \ \
| * | | Fix hacking min version to 3.0.1zhangboye2020-05-221-1/+1
| | | | | | | | | | | | | | | | Change-Id: I3282e4962e92bdd5a401c5b1c61fced68e8d0c8a
* | | | Merge "Remove the unused coding style modules"Zuul2020-05-261-5/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the unused coding style modulesjacky062020-05-151-5/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt as they are not actually used in tests (other than pep8). more info: https://github.com/openstack/requirements/blob/master/blacklist.txt Change-Id: Iac09dcd4c97950717c72f2f6a669b2f11e5f6ee6
* | | Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-184-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering Update Sphinx version as well. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Depends-On: https://review.opendev.org/728938 Change-Id: I70c7edf8b95cde890e6263195be1de6bb826e700
* | | Remove six usageAndreas Jaeger2020-05-1142-161/+102
|/ / | | | | | | | | | | | | | | | | Remove six, the python 2/3 compatibility library. It's not needed anymore since the repo is python3 only. Remove a now unneeded hacking test. Change-Id: I40522c4accb4aaf8115d11fee8b081e2d991cb4d
* | Remove monotonic usageSean McGinnis2020-05-044-20/+8
|/ | | | | | | | | | The monotonic package was needed for monotonic time operations when running under Python runtimes older than 3.3. Since we now only support versions higher than this, this third party package requirement can now be removed. Change-Id: I598530b3f417964ff697b48e681b135bd119ae81 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Merge "Bump default tox env from py37 to py38"Zuul2020-04-291-1/+1
|\
| * Bump default tox env from py37 to py38Sean McGinnis2020-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I1992bad2ee6bffade2f937cc0d8dc6ae800f4159 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Add py38 package metadataSean McGinnis2020-04-241-0/+1
|/ | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ibe733cb482501544644133fed494f672ef566b7a Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Merge "Add release notes links to doc index"Zuul2020-04-231-0/+8
|\
| * Add release notes links to doc indexHervé Beraud2020-04-161-0/+8
| | | | | | | | Change-Id: I93ae9330509b89629d8c360437065267db637f49
* | Imported Translations from ZanataOpenStack Proposal Bot2020-04-161-3/+290
|/ | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I792154ba794512046b265718c2f01db624413f30
* Merge "Fix some typos"Zuul2020-04-152-5/+5
|\
| * Fix some typosushen2020-04-052-5/+5
| | | | | | | | Change-Id: Ic0a311d290682a923ec4f8cbe36f875d560cd41a
* | Add Python3 victoria unit testsOpenStack Release Bot2020-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I76094aecc710a44f43b6d4052851b87a0f596932
* | Update master for stable/ussuriOpenStack Release Bot2020-04-142-0/+7
|/ | | | | | | | | | | | Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I74595d2712ed45ce5b9336e17152f50caab838a0 Sem-Ver: feature
* Update hacking for Python312.1.0Andreas Jaeger2020-03-3011-40/+50
| | | | | | | | | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Update local hacking check for new flake8 version. Blacklist: W504 line break after binary operator Fix: E741 ambiguous variable name E117 over-indented E305 expected 2 blank lines after class or function definition, found 1 F841 local variable 'e' is assigned to but never used W605 invalid escape sequence '\.' Change-Id: I99d574ca6569f1f177d2c5ce1011f269f4343619
* Merge "Setup backend scenarios for functional tests"12.0.0Zuul2020-02-218-163/+178
|\
| * Setup backend scenarios for functional testsAndy Smith2020-02-058-163/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset introduces scenarios for the functional tests to unify the setup and configuration of alternate messaging backends for RPC and Notifications. The scenarios are defined to reduce redundancy in the testing of backends and to demonstrate functional correctness across driver combinations. Current driver support: rabbit - RPC, Notify amqp - RPC kafka - Notify RPC Notify --------- ---------- scenario01 rabbit rabbit scenario02 rabbit kafka scenario03 amqp rabbit scenario04 amqp kafka It is anticipated that additional scenarios will be defined as new drivers are introduced and/or new messaging intermediarites are supported. Note: The removal of python2 jobs are also included patch Change-Id: I0f86416623a0b718516147f0660b4df2b74cf867
* | Remove the deprecated blocking executorHervé Beraud2020-02-188-58/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | The blocking executor has been deprecated in Pike and marked for removal in Rocky, but some user like Mistral asked us to wait before. We decided to remove this executor for Train or next cycle, now we are in the Ussuri and after some researchs on usage I think we can go ahead. This patch drop the deprecation warnings, related unit tests and set the server with the threading executor is the default executor. Change-Id: If07bab61ee2b148658b88be98b12f8539f274efe Closes-Bug: #1715141
* | remove outdated headerHervé Beraud2020-02-101-1/+0
| | | | | | | | Change-Id: I1ac92354fea2a70e5fe72a0e3b48d4c435b5286d
* | reword releasenote for py27 support droppingHervé Beraud2020-02-061-1/+1
|/ | | | Change-Id: Ic65842371eac32cec3a7b66cb6aa0f3ef52b8637
* [ussuri][goal] Drop python 2.7 support and testing11.0.0Hervé Beraud2020-02-037-67/+12
| | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in Ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I15cc79159b603e232e442e202c78d6c56dc73252
* Merge "Add support for kafka SSL autentication"Zuul2020-01-304-3/+39
|\
| * Add support for kafka SSL autenticationMichal Arbet2020-01-164-3/+39
| | | | | | | | Change-Id: Idef066a2e3b4923789a6b081d5442e931aba4507
* | Don't log NoSuchMethod for special non-existing methodsOleg Bondarev2020-01-232-3/+14
|/ | | | | | | | Such non-existing methods are used as health probes. Please see bug for details. Change-Id: I8f6b4a669ec11721f76cf03abcd7d802c3c11eb5 Closes-Bug: #1857319
* Merge "Adding debug logs on AMQPListener poll"Zuul2020-01-151-0/+8
|\
| * Adding debug logs on AMQPListener pollHervé Beraud2020-01-141-0/+8
| | | | | | | | | | | | | | | | Adding some debug logs to track execution on the AMQPListener poll function to observe if workers incoming messages are dispatched to workers and if listener is stuck. Change-Id: Ia9b9ef62b0b59c78283c6a8cc5b7ce42282e73b5
* | tox: Trivial cleanupHervé Beraud2020-01-081-15/+3
| | | | | | | | | | | | Move 'basepython' to the top-level 'testenv'. Change-Id: I13e72ec6cbd006ca6eccfe21f2a0584e86a52669
* | Merge "Ignore releasenote cache within git untracked files"10.5.0Zuul2019-12-191-0/+2
|\ \
| * | Ignore releasenote cache within git untracked filesHervé Beraud2019-12-181-0/+2
| | | | | | | | | | | | Change-Id: If616ac023f578f073d9ae8596bc8ce870096ef0b
* | | Merge "Remove telemetry checks"Zuul2019-12-194-245/+0
|\ \ \
| * | | Remove telemetry checksAndy Smith2019-12-024-245/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The telemetry tests are not actively maintained and have been failing checks for quite some time. Remove the non-voting tests for now and plan to introduce new tests in the future for better coverage of notifications. Change-Id: I6c30c28ee4c8be4677ccecf8822af15b060cf804
* | | | Merge "Do not use threading.Event"Zuul2019-12-1811-31/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | Do not use threading.EventJohn Eckersberg2019-12-1811-31/+40
| | |/ | |/| | | | | | | | | | | | | | | | | | | Waiting on a threading.Event with eventlet can cause busy looping via epoll_wait, see related bug for more details. Change-Id: I007613058a2d21d1712c02fa6d1602b63705c1ab Related-bug: #1518430
* | | Merge "Removed unused variable pools"Zuul2019-12-181-2/+0
|\ \ \ | |/ / |/| |
| * | Removed unused variable poolsChenjun Shen2019-12-181-2/+0
| | | | | | | | | | | | Change-Id: I8f3a22d2af3f34b368bae3465bf8433fe2d3e22b
* | | Revert "Add RPC incoming and reply log"10.4.1Kenneth Giusti2019-12-093-21/+1
| |/ |/| | | | | | | | | | | | | | | | | This broke non-rabbitmq message bus drivers. See: https://bugs.launchpad.net/oslo.messaging/+bug/1855775 This reverts commit b104f254ab43d5e2589e845eff84b1bd096cb42d. Change-Id: I17a448a768b544482b375b0076889db989e03e8c
* | Migrate grenade jobs to py310.4.0Ghanshyam Mann2019-11-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of community goal of dropping py27 support[1], we are moving the devstack to py3 by default[2]. That will make grenade job to perform upgrade from py2 to py3 which will not work (we have seen the failure in neutron-grenade job). To avoid existing grenade py2 job break, this commit moves grenade jobs to py3 which is what we planned as part dropping the py2 support. [1] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [2] https://review.opendev.org/#/c/649097/12 http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010938.html Change-Id: I128827b77ed791ea0084008cdecbd7ac37fa9079