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

Fix virtualenv-osx #4283

Merged
merged 4 commits into from Nov 26, 2018
Merged

Fix virtualenv-osx #4283

merged 4 commits into from Nov 26, 2018

Conversation

enykeev
Copy link
Member

@enykeev enykeev commented Aug 1, 2018

No description provided.

Kirill Izotov added 2 commits August 1, 2018 14:11
Beforehand, it was throwing
```
# Setup PYTHONPATH in bash activate script...
# Delete existing entries (if any)
sed -i '/_OLD_PYTHONPATHp/d' virtualenv-osx/bin/activate
sed: 1: "virtualenv-osx/bin/acti ...": invalid command code v
make: *** [virtualenv] Error 1
```
@Kami
Copy link
Member

Kami commented Aug 1, 2018

Travis is failing, can you please have a look.

@Kami Kami added this to the 2.9.0 milestone Aug 1, 2018
@enykeev enykeev added the WIP label Aug 2, 2018
Lakshmi Kannan added 2 commits November 26, 2018 10:56
* master: (787 commits)
  Add a comment and use a constant.
  Add sleep to mitigate race.
  Fix lint, update comment.
  Remove metrics instrumentation for _get_next_execution method.
  Add additional loggic which will allow us to cross reference and trace operations over multiple scheduler processes.
  Fix a race in the test.
  Update descriptions.
  Add some comments and missing explicit return None.
  Use smaller interval for tests to speed things up.
  Remove debug option.
  Update affected tests.
  Update config gen script, rengerate sample config.
  Remove unused config options.
  Remove now unused file and config options. Move new config options to the correct place.
  Fix a bug with metrics decorator - argument was getting injected when it shouldn't have.
  Use a better, more consitent and explicit naming.
  Use consistent and correct naming. All the DB models repsent an instance of a particular type so should use a singular name form.
  Use decorator to instrument with metrics and don't instrument "spawn" call since it makes no sense - spawn call is non blocking and should return immediately.
  Allow user to configure scheduler sleep and gc run interval in the config.
  Update more affected tests.
  ...
@Kami Kami modified the milestones: 2.9.0, 3.0.0 Nov 26, 2018
@Kami Kami removed the WIP label Nov 26, 2018
@lakshmi-kannan lakshmi-kannan merged commit b913ee0 into master Nov 26, 2018
@lakshmi-kannan lakshmi-kannan deleted the fix/virtualenv-osx branch November 26, 2018 17:05
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

3 participants