-
Notifications
You must be signed in to change notification settings - Fork 64
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 tracing options so that they appear in targetConfig #1642
Conversation
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.
I think we should merge this.
I am not 100% sure that this is the "right" solution because it looks like information is being thrown away when we do not use federate.targetConfig
. However I'm in favor of merging this quickly so that we can make progress, especially since this whole issue of conflicting target configurations is expected to go away within the next year.
It is indeed more of a hack than a fix :) |
Ah, okay, I see your point. I agree, this cannot be worse than arbitrarily choosing the target config of the zeroth federate. |
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.
Yes, we need this.
Tagging @Jakio815 because it looks like this PR exposes a bug in authentication for federates. The test |
First, I tried a clean build on Ubuntu, but I get a weird error that looks like this.
The runlfc command works well on the Also, I see some weird problems of the CI test. On the |
Any update on this, @Jakio815? |
This PR was already merged and was then reverted. |
I'm not sure what's happening on this branch. Looks like it was accidentally merged and reverted, and this branch is still deleted. So are we still on the same page with the test not passing? |
When I find the time, I'll create a new branch, cherry pick the commit, and work on a fix. Maybe tomorrow. Will get in touch if I need help, @Jakio815! |
@Jakio815 The gradle wrapper ( Note that we have discussed the build problem also here: #1645. It seems that |
Yes. I did the merge after @petervdonovan and @edwardalee approvals. |
This is a fix to make tracing options appear in tragetConfig (Issue #1602).