Shaishav Parekh

Results 14 comments of Shaishav Parekh

I opened a similar issue on the hasura side for a similar feature (#2320). I think we might want to introduce a new filter type in addition to LogicalFilter and...

@koxudaxi - No problem, let me know if I can provide anymore information, I can also cross-post this issue on hiberbee's github if you find the issue is with the...

I took a stab at adding the port and http status code wait strategies: https://github.com/smparekh/testcontainers-python/compare/30dce29920766e3d34926d4ec174ab11f6158f81...smparekh:master Comments and suggestions welcome.

Tests are failing because of: ``` E docker.errors.ImageNotFound: 404 Client Error: Not Found ("No such image: hello-world:latest") ``` for all python versions, it might have been a connection issue to...

@tillahoffmann , any chance you can rerun the travis build? I can't seem to kick it off, hopefully the image pull issue is fixed

Not sure why build is failing on travis, I ran the tests locally for python 3.7 as a sanity check and the test in question passes: ``` tests/test_core.py::test_wait_for_hello Pulling image...

@tillahoffmann, was finally able to build and test via Travis, if you could take a look that would be great.

the sha 256 digest we are having issue with: `59886dc179d52a43dfdf061c764e9856dafc67c41dd78e9d868872000d9e660a`

reverting to this sha: `f0c0d41aba562c5f4ce13f2b00ae50c381925063cfcc7ec7a9f2a4f622ee9535` doesn't throw invalid pointer

ulimit outputs unlimited: ``` > ulimit unlimited ``` EDIT: Seems that the hard limit is unlimited but the soft limit is 256, I am trying to see if `ulimit -n...