Kubernetes staging w/test case.
Testing for Kubernetes installed with Docker for Mac: - Run `make build-coexecutor-container` - Install and start rabbitmq on the localhost with Homebrew. - PULSAR_TEST_INFRASTRUCTURE_HOST=docker.for.mac.localhost PULSAR_TEST_FILE_SERVER_HOST=0.0.0.0 PULSAR_RABBIT_MQ_CONNECTION='amqp://guest:guest@localhost:5672//' nosetests test/integration_test.py:ExternalQueueIntegrationTests.test_integration_kubernetes
Showing
- Makefile 3 additions, 0 deletionsMakefile
- dev-requirements.txt 1 addition, 0 deletionsdev-requirements.txt
- docker/coexecutor/Dockerfile 24 additions, 0 deletionsdocker/coexecutor/Dockerfile
- docker/coexecutor/Makefile 7 additions, 0 deletionsdocker/coexecutor/Makefile
- pulsar/client/client.py 94 additions, 0 deletionspulsar/client/client.py
- pulsar/client/manager.py 3 additions, 0 deletionspulsar/client/manager.py
- pulsar/client/staging/__init__.py 4 additions, 0 deletionspulsar/client/staging/__init__.py
- pulsar/client/staging/up.py 5 additions, 0 deletionspulsar/client/staging/up.py
- pulsar/client/test/check.py 9 additions, 3 deletionspulsar/client/test/check.py
- pulsar/managers/util/pykube_util.py 89 additions, 0 deletionspulsar/managers/util/pykube_util.py
- test/integration_test.py 73 additions, 5 deletionstest/integration_test.py
- test/test_utils.py 6 additions, 2 deletionstest/test_utils.py
Loading
Please register or sign in to comment