Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial draft for github action #358

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

initial draft for github action #358

wants to merge 9 commits into from

Conversation

auvipy
Copy link
Member

@auvipy auvipy commented Feb 25, 2021

should not work now as expected as it's an early experiment. some changes are needed to work properly.

@auvipy
Copy link
Member Author

auvipy commented Feb 28, 2021

     set_cloexec(self.sock, True)
                except NotImplementedError:
                    pass
                self.sock.settimeout(timeout)
              self.sock.connect(sa)

E ConnectionRefusedError: [Errno 111] Connection refused

amqp/transport.py:197: ConnectionRefusedError
!!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures !!!!!!!!!!!!!!!!!!!!!!!!!!!
==================== 1 failed, 33 passed, 5 rerun in 10.91s ====================


- name: Run Unit test with tox-docker
run: |
PYTHONPATH=. pytest -xv --cov=celery --cov-report=xml --cov-report term t/unit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run with tox.


- name: Run Integration test with tox-docker
run: |
PYTHONPATH=. pytest -xv -E rabbitmq t/integration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work without tox.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@auvipy auvipy requested a review from matusvalo March 5, 2021 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants