-
Notifications
You must be signed in to change notification settings - Fork 110
PB2 tests #828
Comments
This seems like a high priority to me. +1 |
We would like to isolate the requirements for the This test is crucial if the At release time this test is turned back on and the release manager creates the release product that includes the compiled proto. This process is similar to what you would expect creating compiled binary packages with a source release.
This issue points to a larger concern of managing our multi-lingual release process, I would like to reinstate the feature that allows folks to modify proto, run CI, it works!. One could do that now by adding the skip test and throwing an exception instead of passing when |
You can let travis make build artifacts and then use them for the deploy: @dcolligan maybe its a good way to exclude the tests from the release products? Perhaps we can use the |
I think we're choosing to work on this in the next cycle as the release product itself will be the same. The difference is that we expect that in the future, installation of a development package from source will fail in the absence of |
The schema tests are failing if the pb2 files are not up to date. These tests should not depend on python specific files.
The text was updated successfully, but these errors were encountered: