Skip to content

fix testSQLMath()#1935

Merged
robfrank merged 1 commit intomainfrom
fix/failing-test
Jan 27, 2025
Merged

fix testSQLMath()#1935
robfrank merged 1 commit intomainfrom
fix/failing-test

Conversation

@robfrank
Copy link
Copy Markdown
Collaborator

@robfrank robfrank commented Jan 26, 2025

What does this PR do?

Fixes a test that is failing only on linux

Motivation

When enough is enoigh

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e8d817a) 68352 43999 64.37%
Head commit (bd265cc) 68352 (+0) 44000 (+1) 64.37% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1935) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@robfrank robfrank requested a review from lvca January 26, 2025 20:21
@robfrank robfrank marked this pull request as ready for review January 26, 2025 20:22
@robfrank robfrank added this to the 25.2.1 milestone Jan 26, 2025
Copy link
Copy Markdown
Member

@lvca lvca left a comment

Choose a reason for hiding this comment

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

👏

@robfrank robfrank merged commit 30cb147 into main Jan 27, 2025
@robfrank robfrank deleted the fix/failing-test branch June 20, 2025 07:43
mergify bot added a commit that referenced this pull request Mar 23, 2026
…24.Final [skip ci]

Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.23.Final to 2.3.24.Final.
Commits

* [`f3da6fc`](undertow-io/undertow@f3da6fc) Prepare 2.3.24.Final
* [`016557e`](undertow-io/undertow@016557e) Merge pull request [#1940](https://redirect.github.com/undertow-io/undertow/issues/1940) from fl4via/UNDERTOW-2611\_2.3.x
* [`9ccf07b`](undertow-io/undertow@9ccf07b) [UNDERTOW-2611] Ensure max-request-size of a Multipart servlet can override a...
* [`3ac0e23`](undertow-io/undertow@3ac0e23) Merge pull request [#1935](https://redirect.github.com/undertow-io/undertow/issues/1935) from baranowb/UNDERTOW-2603\_2.3.x
* [`d83f128`](undertow-io/undertow@d83f128) [UNDERTOW-2603] Fix double cookie on quoted value
* [`7fec1a6`](undertow-io/undertow@7fec1a6) Merge pull request [#1927](https://redirect.github.com/undertow-io/undertow/issues/1927) from fl4via/backport-fixes\_2.3.x
* [`92bdd67`](undertow-io/undertow@92bdd67) [UNDERTOW-2536] Fix include parameters on error and add rudimentary test
* [`0fde4fd`](undertow-io/undertow@0fde4fd) [UNDERTOW-2575] Add flush before socket close on write timeout
* [`a5d0172`](undertow-io/undertow@a5d0172) [UNDERTOW-2521] Rename AjpClientConnection#connection to avoid confusion
* [`5cfe721`](undertow-io/undertow@5cfe721) [UNDERTOW-2705] Fix Http2ServerConnection.pushResource, where the default MAX...
* Additional commits viewable in [compare view](undertow-io/undertow@2.3.23.Final...2.3.24.Final)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.undertow:undertow-core&package-manager=maven&previous-version=2.3.23.Final&new-version=2.3.24.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants