Skip to content

initial draft for github action#358

Draft
auvipy wants to merge 9 commits into
mainfrom
ci
Draft

initial draft for github action#358
auvipy wants to merge 9 commits into
mainfrom
ci

Conversation

@auvipy

@auvipy auvipy commented Feb 25, 2021

Copy link
Copy Markdown
Member

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

@auvipy

auvipy commented Feb 28, 2021

Copy link
Copy Markdown
Member Author
     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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
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.

2 participants