-
Notifications
You must be signed in to change notification settings - Fork 49
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 pubber gateway proxy runtime issues #787
Conversation
f9bb0d6
to
eb55894
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall seems on track, I think most/all of the comments are local considerations.
validator/src/main/java/com/google/daq/mqtt/sequencer/SequenceBase.java
Outdated
Show resolved
Hide resolved
validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's still some failing unit tests -- let me know if you have questions about what they mean. The tests can be a bit cryptic, but they are easy to fix.
validator/src/main/java/com/google/daq/mqtt/sequencer/sequences/ConfigSequences.java
Outdated
Show resolved
Hide resolved
Just reverted schema upgrade. Unit tests require manual upgrade of sample site model and trace files which I think it should be also handled in another PR |
c244a6a
to
dd04fb8
Compare
No description provided.