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

Python tests for sdk are broken #204

Closed
zhilingc opened this issue May 27, 2019 · 0 comments
Closed

Python tests for sdk are broken #204

zhilingc opened this issue May 27, 2019 · 0 comments

Comments

@zhilingc
Copy link
Collaborator

Expected Behavior

pytests should pass.

Current Behavior

Currently failing tests:

tests/sdk/test_client.py::TestClient::test_serving_response_to_df_with_missing_value FAILED   
tests/sdk/test_client.py::TestClient::test_serving_response_to_df_with_time_filter FAILED 
tests/sdk/utils/test_bq_utils.py::test_get_table_name FAILED  
tests/sdk/utils/test_bq_utils.py::test_query_to_dataframe FAILED 

Steps to reproduce

# install requirements
pip install -r test-requirements.txt
# additionally install fastavro
pip install fastavro
# install feast
pip install -e /path/to/feast/sdk/python

# run pytest in python sdk folder
pytest -v

Specifications

  • Version: master
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

No branches or pull requests

1 participant