-
Notifications
You must be signed in to change notification settings - Fork 62
updating autoReload feature #345
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Angelina <[email protected]>
EnriqueL8
left a comment
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.
Thanks @aceppaluni a few comments, the autoReload was put in the wrong place
Have you tested this by changing something the config in the runtime folder of a running stack and seeing it reload it?
…flag description Signed-off-by: Angelina <[email protected]>
|
@aceppaluni There is an error |
Signed-off-by: Angelina <[email protected]>
|
Ran the unit tests locally in internal/stacks and verified that AutoReload is applied inside CoreConfig. |
|
Hi @EnriqueL8 |
EnriqueL8
left a comment
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 good - one small comment
Signed-off-by: Angelina <[email protected]>
|
@EnriqueL8 Comment has been removed :) |
Signed-off-by: Angelina <[email protected]>
|
@EnriqueL8 Was there anything further needed for this PR? |
|
@aceppaluni I think we are good to merge here - once the builds are fixed |
|
@EnriqueL8 Sounds good! |
|
@aceppaluni all the builds are failing here --- FAIL: TestMockConfigWithAutoReload (0.00s) goroutine 36 [running]: |
Signed-off-by: Angelina <[email protected]>
|
Hi @EnriqueL8 I am attempting to fix the build issues but when I push a new change I do not see them right away. Is there a way to edit/change this feature so I can view the builds? |
|
@aceppaluni you can run the tests locally with |
|
you want to run the |
|
@EnriqueL8 No problem, I understand. Thank you!! |
|
@aceppaluni just checking if you need anything from me here or are you trying to fix the tests?? |
|
@EnriqueL8 |
|
@EnriqueL8 I am not able to determine the amount of time. My device is not allowing me to complete the testing and I am continuously hitting this error Error: dial tcp 127.0.0.1:5100: connectex: No connection could be made because the target machine actively refused it. I attempted to run in Ubuntu as well and I am getting an additional error "ff command not found" |
|
Okay no worries - I'll pick it up from here |
|
@EnriqueL8 Not a problem. I did do a retry in case it was an issue with my system and I get a batch error.
Please let me know if there's anything further you need from me. |
This PR updates autoReload