Before you run any commands, make sure non one is using the job queue or using the test database. Otherwise, you may read others' test data or wipe/overwrite others test data.
If you don't clean the test data, your test may depend on older test data.
python3 feathr_project/test/clean_azure_test_data.py
python3 feathr_project/test/prep_azure_test_data.py
The job will take a few mins to complete. So wait some time before you continue to next step.
pytest
Ensure all tests passed. If tests failed, please fix them.
python3 feathr_project/test/clean_azure_test_data.py