-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
TestCaseSource on RegistryTests #434
base: master
Are you sure you want to change the base?
Conversation
@Thaina please merge master in your branch |
66c611f
to
806ce83
Compare
Already merged Do you think are there any concern about change test like this? |
Let me check it this week and let you know. The test you mention is to know which packages have more versions because there are some like AWS that makes daily builds and if we don't raise the minimum version in the registry.json file from time to time, it ends up growing infinitely causing disk space or processing/initialization time problems. |
Can you resolve the conflicts? Thanks! |
806ce83
to
9d1e6ea
Compare
@bdovaz resolved |
9d1e6ea
to
ed73087
Compare
|
Not only it was |
I agree with the test you mention. Normally I don't touch that "Hide whitespace" checkbox because if I check it I don't see this kind of problems I mention, have you checked that you haven't changed any EOL? Because that's what it looks like. |
ed73087
to
23d2e81
Compare
23d2e81
to
9a86758
Compare
I don't really sure, I use vscode and I don't know if it saved with difference EOL than the source or not and it also not report any change except 2 lines of code that it trimming whitespace automatically |
@bdovaz If the EOL was changed can you just edit that to merge the pull? |
This is not request for registry but propose change on the RegistryTests so each registry entry would be tested separately for each case and have explicit case entry for easier investigating and rerun