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
Describe the bug
Currently, the test_http_ingestion test in the functional tests section of the vdk-ingest-http seems to be failing in a 3.12 environment in a weird way: the test checks how many packets are sent to a configured http server, and expects them to be 10, each being a 1000 bytes, in total matching the size of the ingested data. However, for some reason when running in a 3.12 environment, only 9 packets are sent to it.
Steps To Reproduce
Steps to reproduce the behavior:
Create Python 3.12 environment
Install vdk-ingest-http and dependencies.
Run the test_http_ingestion test.
Expected behavior
10 packets are received according to the httpserver's logs.
Version (please complete the following information):
This PR adds a CICD job checking that components and plugins can be
built and tested in a Py3.12 environment.
`vdk-singer` does not support 3.12 as its dependency `tap-rest-api-msdk`
explicitly does not support it.
`vdk-ingest-http`'s tests seem to fail in an odd way - this is described
in this issue I've created -
#3153
Testing done: cicd
---------
Signed-off-by: Gabriel Georgiev <[email protected]>
Describe the bug
Currently, the
test_http_ingestion
test in the functional tests section of thevdk-ingest-http
seems to be failing in a 3.12 environment in a weird way: the test checks how many packets are sent to a configured http server, and expects them to be 10, each being a 1000 bytes, in total matching the size of the ingested data. However, for some reason when running in a 3.12 environment, only 9 packets are sent to it.Steps To Reproduce
Steps to reproduce the behavior:
test_http_ingestion
test.Expected behavior
10 packets are received according to the httpserver's logs.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: