Skip to content

Allow plugins to have [env:name] and find plugins relatively based on… - #1016

Open
pconerly wants to merge 10 commits into
circus-tent:masterfrom
pconerly:relative-plugin
Open

Allow plugins to have [env:name] and find plugins relatively based on…#1016
pconerly wants to merge 10 commits into
circus-tent:masterfrom
pconerly:relative-plugin

Conversation

@pconerly

Copy link
Copy Markdown
Contributor

… env's PYTHONPATH

let's see about those tests...

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.2%) to 63.027% when pulling 7b20a3f on pconerly:relative-plugin into 6161a43 on circus-tent:master.

@pconerly pconerly closed this Nov 12, 2016
@pconerly pconerly reopened this Nov 12, 2016
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.1%) to 62.995% when pulling 7b20a3f on pconerly:relative-plugin into 6161a43 on circus-tent:master.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.2%) to 63.027% when pulling 9879cb6 on pconerly:relative-plugin into 6161a43 on circus-tent:master.

statsd = a.get_watcher('circusd-stats')
yield a.reload_from_config(_CONF['reload_statsd'])
self.assertEqual(statsd, a.get_watcher('circusd-stats'))
yield self._tear_down_arbiter(a)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I don't think actually fixed the tests, but I think that it did help stop having dangling plugin processes (as in #1017 (comment) )

@pconerly

pconerly commented Nov 16, 2016

Copy link
Copy Markdown
Contributor Author

@k4nar tests pass, code review is much appreciated :)

Two hypothesises in regards to the tests:

  1. I needed to call os.close(fd) when I was creating temporary files (but this shouldn't cause the current master to fail)
  2. Travis gets hammered on saturdays and errors out?

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.2%) to 63.027% when pulling dd8d0ec on pconerly:relative-plugin into 6161a43 on circus-tent:master.

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