This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a change to branch rabbitmq-fix
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.
discard 2525001 use asyncio in the collection ingester
discard cdd30ae solr history bug fixes
discard fd5cc22 use pysolr
discard 385f5b8 error handling
discard 41755a5 exc handling
discard de8c5a0 propagate child worker exceptions up to main process
discard 562ef6f the healthchecks now raise exceptions if they rail
discard 0c97d99 error handling
discard 7feb58d better exception handling
discard 6efb623 better error handling
add 6759457 SDAP-269: Switch to using aio-pika in collection-manager to
maintain an asynchronous connection to RabbitMQ (#7)
new 56a7168 better error handling
new c9cf865 better exception handling
new 1f7aacf error handling
new d622f3d the healthchecks now raise exceptions if they rail
new b1e32c4 propagate child worker exceptions up to main process
new aa3b7b2 exc handling
new 1c25c83 error handling
new 6ca2933 use pysolr
new 09d3da1 solr history bug fixes
new 3cadbd6 use asyncio in the collection ingester
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2525001)
\
N -- N -- N refs/heads/rabbitmq-fix (3cadbd6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +-
collection_manager/README.md | 7 ++-
.../services/CollectionWatcher.py | 45 +++++++++++++--
collection_manager/requirements.txt | 1 -
.../tests/services/test_CollectionProcessor.py | 37 +++++++-----
.../tests/services/test_CollectionWatcher.py | 66 ++++++++--------------
.../tests/writers => common/common}/__init__.py | 0
common/common/async_test_utils/AsyncTestUtils.py | 28 +++++++++
common/common/async_test_utils/__init__.py | 1 +
common/setup.py | 21 +++++++
granule_ingester/.gitignore | 9 ---
granule_ingester/tests/writers/test_SolrStore.py | 5 +-
12 files changed, 147 insertions(+), 77 deletions(-)
copy {granule_ingester/tests/writers => common/common}/__init__.py (100%)
create mode 100644 common/common/async_test_utils/AsyncTestUtils.py
create mode 100644 common/common/async_test_utils/__init__.py
create mode 100644 common/setup.py
delete mode 100644 granule_ingester/.gitignore