You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/07/31 00:04:15 UTC

[incubator-sdap-ingester] branch collection-manager-aio-pika updated (9ffb1fd -> 85f1910)

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a change to branch collection-manager-aio-pika
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


    from 9ffb1fd  revert solr history
     add 85f1910  fix unit tests

No new revisions were added by this update.

Summary of changes:
 .../services/CollectionWatcher.py                  | 11 ++--
 .../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 +
 granule_ingester/tests/writers/test_SolrStore.py   |  5 +-
 7 files changed, 84 insertions(+), 64 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