Skip to content

Commit

Permalink
Issue 34213 : Fixing Docker port mapping to avoid Integration test ca…
Browse files Browse the repository at this point in the history
…se failure (#34221)

*Fix the integration testcase docker port mapping for sql and oracle modules
  • Loading branch information
agithomas authored and chrisberkhout committed Jun 1, 2023
1 parent 4b5ae2b commit b3e2f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
- Allow to use metricbeat for named mssql instances. {issue}24076[24076] {pull}30859[30859]
- Setting DEV=true when running `mage build` now correctly generates binaries without optimisations and with debug symbols {pull}31955[31955]
- The beat.cgroup.memory.mem.usage.bytes metric is now a gauge {issue}31582[31582] {pull}32652[32652]
- Fix the integration testcase docker port mapping for sql and oracle modules {pull}34221[34221]

==== Added

Expand Down
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/oracle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ services:
args:
ORACLE_VERSION: ${ORACLE_VERSION:-12.2.0.1}
ports:
- 1521
- 5500
- 1521:1521
- 5500:5500

0 comments on commit b3e2f73

Please sign in to comment.