erleans / pgo

Erlang Postgres client and connection pool
Apache License 2.0
80 stars 16 forks source link

Update CI #85

Closed chiroptical closed 2 months ago

chiroptical commented 2 months ago

The main branch is currently failing CI. The first reason is due to an update to docker compose https://www.docker.com/blog/announcing-compose-v2-general-availability/

Additionally, I update the rebar3 and OTP versions and work towards a CI that passes.

chiroptical commented 2 months ago

Closes #84

chiroptical commented 2 months ago

🚀 CI past the docker compose step!

Next error:

_build/test/lib/opentelemetry/src/otel_span_sweeper.erl:{40,14}: can't find include lib "opentelemetry_api/include/gradualizer.hrl"; Make sure opentelemetry_api is in your app file's 'applications' list
chiroptical commented 2 months ago

🚀 past that error, next one

OTLP exporter failed to initialize with exception throw:{application_either_not_started_or_not_ready,
                                                         tls_certificate_check}
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.40%. Comparing base (e382253) to head (6d86bbb). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #85 +/- ## ========================================== - Coverage 65.60% 65.40% -0.20% ========================================== Files 14 14 Lines 1003 1003 ========================================== - Hits 658 656 -2 - Misses 345 347 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tsloughter commented 2 months ago

Woooo, everything we care about passing. I'll merge! Thanks for doing all this!

tsloughter commented 2 months ago

@chiroptical merging this now but can you open an issue about what you saw with int4range and traces? It could lead to something deeper that it fails, not sure.