Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Conversation

ritbl
Copy link
Contributor

@ritbl ritbl commented May 24, 2022


u := &url.URL{
Scheme: "postgres",
Scheme: "postgresql",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

youll need to adjust tests, some of them expects postgres

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, why it was changed? postgres is valid scheme https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ritbl ritbl requested review from artemgavrilov and tshcherban May 27, 2022 10:15
@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #1132 (6158919) into main (05124a1) will increase coverage by 0.29%.
The diff coverage is 40.00%.

@@            Coverage Diff             @@
##             main    #1132      +/-   ##
==========================================
+ Coverage   48.67%   48.97%   +0.29%     
==========================================
  Files         181      182       +1     
  Lines       21264    21327      +63     
==========================================
+ Hits        10351    10444      +93     
+ Misses       9775     9727      -48     
- Partials     1138     1156      +18     
Flag Coverage Δ
all 48.62% <40.00%> (+0.29%) ⬆️
cover 49.12% <40.00%> (+0.32%) ⬆️
crosscover 48.97% <40.00%> (+0.29%) ⬆️
update 12.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
services/agents/state.go 0.00% <0.00%> (ø)
services/agents/postgresql.go 57.62% <66.66%> (-2.72%) ⬇️
main.go 0.00% <0.00%> (ø)
services/agents/parse_defaults_file.go 20.00% <0.00%> (ø)
services/agents/channel/channel.go 62.28% <0.00%> (+0.43%) ⬆️
services/management/management.go 28.26% <0.00%> (+18.47%) ⬆️
services/management/mysql.go 54.03% <0.00%> (+54.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05124a1...6158919. Read the comment docs.

@ritbl ritbl closed this Jun 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants