Skip to content

Commit

Permalink
Merge pull request #304 from 4dn-dcic/dmichaels-strange-local-elastic…
Browse files Browse the repository at this point in the history
…search-popen-problem-20240903

Fix in elasticsearch_fixture.py to inherit stdin/stdout from parent o…
  • Loading branch information
dmichaels-harvard authored Sep 4, 2024
2 parents 8e8b126 + e08545c commit 6f98e47
Show file tree
Hide file tree
Showing 5 changed files with 1,145 additions and 1,079 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ snovault
Change Log
----------

11.22.0
=======
* 2024-09-03/dmichaels
- Fix in snovault/tests/elasticsearch_fixture.py (use only for local/dev deploy) for
strange (new as of 2024-09-02) behavior where it was hanging on startup during
ElasticSearch index mapping creation, related to ElasticSearch logging output,
and the way we were using subprocess.Popen and reading the subprocess output;
more correct way is to inherit stdout/stderr of the partent.


11.21.1
=======

Expand Down
Loading

0 comments on commit 6f98e47

Please sign in to comment.