giis-uniovi / retorch-st-eShopContainers

RETORCH eShopContainers End-to-End Test Suite
Apache License 2.0
1 stars 0 forks source link

MSQL container update broke the continuous integration pipeline #104

Closed augustocristian closed 2 months ago

augustocristian commented 2 months ago

All updates from last week failed due to issues with the msql container (sqldata). The docker inspect command shows the following in the healthcheck:

"Log": [
    {
        "Start": "2024-08-18T21:05:45.418758193+02:00",
        "End": "2024-08-18T21:05:45.488438772+02:00",
        "ExitCode": 127,
        "Output": "/bin/sh: 1: /opt/mssql-tools/bin/sqlcmd: not found\n"
    }
]

According to the community, this is a known issue: https://github.com/elastic/apm-agent-nodejs/issues/4147, and opened a ticket into the official repository I am working on setting a specific version in the SUT and removing the "latest" tag.