Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: one (*sql.DB) pool for all jobsdb #5170

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Merge branch 'master' into chore.oneConnPoolForAllJobsdb

dfa116a
Select commit
Loading
Failed to load commit list.
Open

chore: one (*sql.DB) pool for all jobsdb #5170

Merge branch 'master' into chore.oneConnPoolForAllJobsdb
dfa116a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 7, 2024 in 1s

62.79% of diff hit (target 72.91%)

View this Pull Request on Codecov

62.79% of diff hit (target 72.91%)

Annotations

Check warning on line 144 in app/apphandlers/embeddedAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/embeddedAppHandler.go#L144

Added line #L144 was not covered by tests

Check warning on line 74 in app/apphandlers/gatewayAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/gatewayAppHandler.go#L74

Added line #L74 was not covered by tests

Check warning on line 150 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L148-L150

Added lines #L148 - L150 were not covered by tests

Check warning on line 154 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L154

Added line #L154 was not covered by tests

Check warning on line 162 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L162

Added line #L162 was not covered by tests

Check warning on line 170 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L170

Added line #L170 was not covered by tests

Check warning on line 178 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L178

Added line #L178 was not covered by tests

Check warning on line 186 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L186

Added line #L186 was not covered by tests

Check warning on line 193 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L193

Added line #L193 was not covered by tests

Check warning on line 204 in app/apphandlers/processorAppHandler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/apphandlers/processorAppHandler.go#L204

Added line #L204 was not covered by tests

Check warning on line 802 in jobsdb/jobsdb.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jobsdb/jobsdb.go#L802

Added line #L802 was not covered by tests

Check warning on line 52 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L52

Added line #L52 was not covered by tests

Check warning on line 55 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L55

Added line #L55 was not covered by tests

Check warning on line 63 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L63

Added line #L63 was not covered by tests

Check warning on line 92 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L92

Added line #L92 was not covered by tests

Check warning on line 97 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L94-L97

Added lines #L94 - L97 were not covered by tests

Check warning on line 107 in utils/misc/dbutils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

utils/misc/dbutils.go#L103-L107

Added lines #L103 - L107 were not covered by tests