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
Run our test suites of the different integrations with the potel-base branch. (Just ran tox -f aiohttp for example on the potel-base branch and made notes on the errors that occured)
If the integration is checked [X] then all tests are green.
XXX means test suite is failing
??? means are not run by tests for integrations (so no entry in tox.ini)
There is this PR that is configured to run all the test suites (and not break on the first failing test suite) where you can see the current state of affairs:
Integrations
AI:
anthropic
cohere
XXX langchain
XXX openai
huggingface_hub
AWS:
XXX aws_lambda
Cloud:
boto3
chalice
cloud_resource_context
gcp
Common:
common
DBs:
asyncpg
clickhouse_driver
pymongo
redis
redis_py_cluster_legacy
XXX sqlalchemy (1 test failing, because we do not enforce the 1000 spans per transaction limit)
GraphQL:
ariadne
gql
graphene
strawberry
Misc:
launchdarkly
loguru
openfeature
opentelemetry
potel
pure_eval
trytond
Network:
gevent
grpc (tests crash!, to many events)
httpx ('POTelSpan' object has no attribute '_span_recorder', wrong bread crumbs)
requests
Tasks:
arq
beam
XXX celery (Tests fail because of some import errors)
dramatiq
huey
ray
rq
spark
Web 1:
django
flask
starlette
fastapi
Web 2:
aiohttp
asgi
bottle
falcon
litestar
pyramid
quart
sanic
starlite
tornado
The text was updated successfully, but these errors were encountered:
Run our test suites of the different integrations with the
potel-base
branch. (Just rantox -f aiohttp
for example on thepotel-base
branch and made notes on the errors that occured)[X]
then all tests are green.XXX
means test suite is failing???
means are not run by tests for integrations (so no entry in tox.ini)There is this PR that is configured to run all the test suites (and not break on the first failing test suite) where you can see the current state of affairs:
Integrations
AI:
XXX
langchainXXX
openaiAWS:
XXX
aws_lambdaCloud:
Common:
DBs:
XXX
sqlalchemy (1 test failing, because we do not enforce the 1000 spans per transaction limit)GraphQL:
Misc:
Network:
'POTelSpan' object has no attribute '_span_recorder'
, wrong bread crumbs)Tasks:
XXX
celery (Tests fail because of some import errors)Web 1:
Web 2:
The text was updated successfully, but these errors were encountered: