edgexfoundry / app-functions-sdk-go

Owner: Applications WG
Apache License 2.0
43 stars 81 forks source link

build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.0 #1610

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps github.com/jackc/pgx/v5 from 5.6.0 to 5.7.0.

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.7.0 (September 2024)

  • Add support for sslrootcert=system (Yann Soubeyrand)
  • Add LoadTypes to load multiple types in a single SQL query (Nick Farrell)
  • Add XMLCodec supports encoding + scanning XML column type like json (nickcruess-soda)
  • Add MultiTrace (Stepan Rabotkin)
  • Add TraceLogConfig with customizable TimeKey (stringintech)
  • pgx.ErrNoRows wraps sql.ErrNoRows to aid in database/sql compatibility with native pgx functions (merlin)
  • Support scanning binary formatted uint32 into string / TextScanner (jennifersp)
  • Fix interval encoding to allow 0s and avoid extra spaces (Carlos Pérez-Aradros Herce)
  • Update pgservicefile - fixes panic when parsing invalid file
  • Better error message when reading past end of batch
  • Don't print url when url.Parse returns an error (Kevin Biju)
  • Fix snake case name normalization collision in RowToStructByName with db tag (nolandseigler)
  • Fix: Scan and encode types with underlying types of arrays
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @cloudxxx8.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
cloudxxx8 commented 2 weeks ago

@dependabot merge

dependabot[bot] commented 2 weeks ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

cloudxxx8 commented 2 weeks ago

@lindseysimple could you please help handle this unit test fail and attribution.txt update?

[2024-09-09T05:15:57.241Z] ./bin/test-attribution-txt.sh

[2024-09-09T05:15:57.241Z] An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add

[2024-09-09T05:15:57.241Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/1/app-service-template'

[2024-09-09T05:15:57.241Z] go test -race -coverprofile=coverage.out ./...

[2024-09-09T05:15:57.241Z] go: downloading github.com/gomodule/redigo v1.8.9

[2024-09-09T05:15:57.241Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal    [no test files]

[2024-09-09T05:16:19.330Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/container    [no test files]

[2024-09-09T05:16:19.330Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/app    1.609s  coverage: 66.6% of statements

[2024-09-09T05:16:19.330Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/appfunction    1.177s  coverage: 89.3% of statements

[2024-09-09T05:16:20.292Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/common [no test files]

[2024-09-09T05:16:21.716Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/bootstrap/handlers 1.235s  coverage: 85.1% of statements

[2024-09-09T05:16:21.716Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/etm    1.148s  coverage: 100.0% of statements

[2024-09-09T05:16:25.063Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db   [no test files]

[2024-09-09T05:16:25.063Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/postgres  [no test files]

[2024-09-09T05:16:25.063Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger    [no test files]

[2024-09-09T05:16:25.063Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/redis [no test files]

[2024-09-09T05:16:26.024Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/runtime    1.583s  coverage: 75.5% of statements

[2024-09-09T05:16:26.291Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/store/db/models    1.132s  coverage: 97.3% of statements

[2024-09-09T05:16:30.550Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http/mocks [no test files]

[2024-09-09T05:16:30.550Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mocks  [no test files]

[2024-09-09T05:16:31.132Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/http   1.156s  coverage: 82.8% of statements

[2024-09-09T05:16:31.132Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/messagebus 1.183s  coverage: 65.1% of statements

[2024-09-09T05:16:35.390Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt/mocks [no test files]

[2024-09-09T05:16:36.347Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/trigger/mqtt   1.152s  coverage: 27.6% of statements

[2024-09-09T05:16:38.935Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/internal/webserver  1.204s  coverage: 11.2% of statements

[2024-09-09T05:16:38.935Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces  [no test files]

[2024-09-09T05:16:38.935Z] ?    github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces/mocks    [no test files]

[2024-09-09T05:16:40.348Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/pkg 1.232s  coverage: 27.3% of statements

[2024-09-09T05:16:44.604Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/secure  1.175s  coverage: 52.8% of statements

[2024-09-09T05:17:11.290Z] panic: interface conversion: interface {} is nil, not [][]uint8

[2024-09-09T05:17:11.290Z] 

[2024-09-09T05:17:11.290Z] goroutine 52 [running]:

[2024-09-09T05:17:11.290Z] github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3()

[2024-09-09T05:17:11.290Z]  /w/workspace/app-functions-sdk-go/1/pkg/transforms/batch_test.go:146 +0x1c8

[2024-09-09T05:17:11.290Z] created by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms.TestBatchInTimeAndCountMode_CountMet in goroutine 33

[2024-09-09T05:17:11.290Z]  /w/workspace/app-functions-sdk-go/1/pkg/transforms/batch_test.go:141 +0x48c

[2024-09-09T05:17:11.290Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/transforms  22.132s

[2024-09-09T05:17:11.290Z] ok   github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/util    1.090s  coverage: 94.4% of statements

[2024-09-09T05:17:11.290Z] FAIL

[2024-09-09T05:17:11.290Z] make: *** [Makefile:43: test-sdk] Error 1

script returned exit code 2
dependabot[bot] commented 1 week ago

Superseded by #1612.