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

fix: Install MySQL 8.4 on SLES 15 SP6 #1789

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

Conversation

algchoo
Copy link

@algchoo algchoo commented Sep 9, 2024

Description

This PR updates MySQL installation test scripts to use version 8.4

Related issue

How has this been tested?

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

@StefanKurek StefanKurek added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 9, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 9, 2024
@antonblock antonblock added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 9, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 9, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@algchoo algchoo changed the title fix: Install MySQL 8.4 on SUSE 15 SP6 fix: Install MySQL 8.4 on SLES 15 SP6 Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei
Copy link
Collaborator

In MySQL 8.4, this field is NULL (undefined or unknown) if the replication applier thread is not running, or if the applier thread has consumed all of the relay log and the replication receiver thread is not running. (In older versions of MySQL, this field was NULL if the replication applier thread or the replication receiver thread was not running or was not connected to the source.) If the replication receiver thread is running but the relay log is exhausted, Seconds_Behind_Source is set to 0.

I assume this may be the culprit for the failing SLES case. We may need to replicate and see what's going on in the integration test's returned value

@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 10, 2024
@schmikei schmikei added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 11, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 11, 2024
@algchoo algchoo marked this pull request as ready for review September 11, 2024 17:21
@StefanKurek StefanKurek added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 11, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 11, 2024
@StefanKurek StefanKurek added kokoro:force-run Forces kokoro to run integration tests on a CL labels Sep 12, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 12, 2024
@StefanKurek StefanKurek added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 12, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 12, 2024
@StefanKurek StefanKurek added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 13, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 13, 2024
@StefanKurek StefanKurek added the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 13, 2024
@stackdriver-instrumentation-release stackdriver-instrumentation-release removed the kokoro:force-run Forces kokoro to run integration tests on a CL label Sep 13, 2024
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.

5 participants