Skip to content

Fix Docker Compose Test timeouts#728

Merged
feast-ci-bot merged 5 commits intofeast-dev:masterfrom
mrzzy:fix-docker-compose-test-timeouts
May 22, 2020
Merged

Fix Docker Compose Test timeouts#728
feast-ci-bot merged 5 commits intofeast-dev:masterfrom
mrzzy:fix-docker-compose-test-timeouts

Conversation

@mrzzy
Copy link
Copy Markdown
Collaborator

@mrzzy mrzzy commented May 22, 2020

What this PR does / why we need it:'

  • Fixes non-deterministic timeout on docker-compose tests:

    • The poll interval of Feast core was set at 10ms.
    • As a result, feast core hogged CPU time from the rest of test code/serving/ingestion jobs, resulting in non-deterministic timeouts.
    • This changes the poll interval of Feast Core in the Docker Compose test to 30s
  • Moves core specific config to out of .env.sample to a seperate config file core.yaml

  • Updates batch serving config in docker compose setup to v0.5.

Fixes #726

Does this PR introduce a user-facing change?:

NONE

mrzzy added 5 commits May 22, 2020 14:11
…in test

The poll interval of Feast core  was set at 10ms.
As a result, feast core hogged CPU time from the rest of test code/serving,
resulting in nodeterministic timeouts. This changes the poll interval of
Feast Core in the Docker Compose test to 30s
@mrzzy mrzzy changed the title Fix docker compose test timeouts Fix Docker Compose Test timeouts May 22, 2020
@woop
Copy link
Copy Markdown
Member

woop commented May 22, 2020

/lgtm

@feast-ci-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mrzzy, woop

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Compose tests failing

3 participants