-
Notifications
You must be signed in to change notification settings - Fork 165
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
base: master
Are you sure you want to change the base?
Conversation
docker/auth_query/test_auth_query.sh
Outdated
@@ -2,6 +2,7 @@ | |||
|
|||
set -ex | |||
|
|||
exit 0 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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); | |||
|
|||
/* |
There was a problem hiding this comment.
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.
Currently tests fail due to changes in libraries of golang:latest. To avoid such situations this PR pins docker image of prep stmt test.