Closed jnadler closed 4 years ago
The panic() here was a bad idea. In fact, using singleton at all was a bad idea. For now, remove the panic to make it possible to write unit tests.
panic()
The ES integration test was failing with an EOF error intermittently. Add a small delay so that it succeeds consistently.
EOF
The
panic()
here was a bad idea. In fact, using singleton at all was a bad idea. For now, remove the panic to make it possible to write unit tests.The ES integration test was failing with an
EOF
error intermittently. Add a small delay so that it succeeds consistently.