Skip to content

prepare for build of v2.3rc3 #317

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

Merged
merged 10 commits into from
Dec 11, 2017
Merged

prepare for build of v2.3rc3 #317

merged 10 commits into from
Dec 11, 2017

Conversation

adobeDan
Copy link
Contributor

No description provided.

The non-mac v2.3rc2 builds were built on clean Amazon virtual machines and so I had to follow the build instructions to get the machines set up.  Plus now we are building for Python 3 as well as Python 2.  I have tweaked the build instructions based on that experience.
Turns out I misunderstood the use of nargs=1 in argparse: the default behavior is to consume exactly one value; if you specify nargs=1 then you get the single argument as a list containing the value rather than the value itself.
- This requires the 2.10 release of umapi_client.
- Docs have been updated.
- A new -p/--playback arg (the default) has been added
- The UMAPI_MOCK warning in the log is matched whether specified as 'proxy' or 'playback'
Pull the test framework into the mainline, as they are now synchronized and all the test_framework changes are independent of the user_sync changes. There is still some work needed on the test_framework, for example there are TODOs in places and the makefile is old-style, but at least the test_framework functions and can be used for testing!
@adobeDan adobeDan merged commit dd0cec7 into master Dec 11, 2017
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.

1 participant