bigchaindb / bigchaindb

Meet BigchainDB. The blockchain database.

Home Page:https://www.bigchaindb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAILED tests/common/test_schema.py::test_condition_uri_with_supported_fpt

stephenhodgkiss opened this issue · comments

Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Docker version 20.10.6, build 370c289
docker-compose version 1.25.0, build unknown
Python 3.8.5

Describe the bug
Test scripts are producing FATAL ERRORS

To Reproduce
Steps to reproduce the behavior:
make run (in separate screen)

cd bigchaindb
make test

Expected behavior
NO ERRORS

Logs or terminal output
FAILED tests/common/test_schema.py::test_condition_uri_with_supported_fpt - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_supported_fpt uses t...
FAILED tests/common/test_schema.py::test_condition_uri_with_unsupported_fpt - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_unsupported_fpt us...
FAILED tests/common/test_schema.py::test_condition_uri_with_unknown_fpt - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_unknown_fpt uses the '...
FAILED tests/common/test_schema.py::test_condition_uri_with_supported_subtype - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_supported_subtyp...
FAILED tests/common/test_schema.py::test_condition_uri_with_unsupported_subtype - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_unsupported_su...
FAILED tests/common/test_schema.py::test_condition_uri_with_unknown_subtype - hypothesis.errors.FailedHealthCheck: tests/common/test_schema.py::test_condition_uri_with_unknown_subtype us...
========================================================== 6 failed, 385 passed, 3 skipped, 100 deselected, 12 warnings in 21.63s ===========================================================

Additional context
Add any other context about the problem here.