elastic / elasticsearch-serverless-python

Official Python client for Elasticsearch Serverless
Apache License 2.0
9 stars 4 forks source link

Fix CI #84

Closed pquentin closed 2 weeks ago

pquentin commented 1 month ago

Closes #62

So most errors fixed themselves at some point. However, test_ignore_error_if_raised became flaky. I think there was a race where either 42 or "c" could win. And if "c" won, then 42 was coerced into a string, which meant the test did not fail as expected. Adding an explicit mapping fixed this. I also added notifications to be alerted of failure.