You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ao tentar executar o comando make test os teste falham. Ao analisar os logs de erro de um teste específico, notei que no arquivo test_opensearch.py, o programa está com dificuldades para importar o OpenSearchDataMapper do arquivo index. Fui investigar o porque o OpenSearchDataMapper não estava conseguindo importar o método, e descobrir o mesmo não existia no arquivo opensearch.py.
Como podem ver, no diretório ". /index/init.py" indica que o metodo "OpenSearchDataMapper" não consta.
The text was updated successfully, but these errors were encountered:
Ao tentar executar o comando
make test
os teste falham. Ao analisar os logs de erro de um teste específico, notei que no arquivo test_opensearch.py, o programa está com dificuldades para importar o OpenSearchDataMapper do arquivo index. Fui investigar o porque o OpenSearchDataMapper não estava conseguindo importar o método, e descobrir o mesmo não existia no arquivo opensearch.py.Como podem ver, no diretório ". /index/init.py" indica que o metodo "OpenSearchDataMapper" não consta.
The text was updated successfully, but these errors were encountered: