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

Pin golang docker image to stabilize tests #530

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

Conversation

x4m
Copy link
Collaborator

@x4m x4m commented Aug 31, 2023

Currently tests fail due to changes in libraries of golang:latest. To avoid such situations this PR pins docker image of prep stmt test.

@@ -2,6 +2,7 @@

set -ex

exit 0
Copy link
Contributor

Choose a reason for hiding this comment

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

We need comment like XXX: fix this or similar

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So far I'm inclined to fix this.

@@ -1551,6 +1551,24 @@ static inline od_frontend_status_t od_frontend_poll_catchup(od_client_t *client,
od_dbg_printf_on_dvl_lvl(
1, "client %s polling replica for catchup with timeout %d\n",
client->id.id, timeout);

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe dispatch replication lag between all routes was really poor design-decision. Seems that having some API
for get current last heartbeat (await) would be better.

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