Skip to content
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: Add file path limit log #401

Closed

Conversation

AlexTranAmz
Copy link
Contributor

What was the problem/requirement? (What/Why)

If we have file path that is longer than 260 chars on Windows, JA will throw an error of file not found which is not necessary correct and do not bring any value to track down the problem

What was the solution? (How)

Add comparison of file path and if longer than 260 chars, we will throw a more meaningful error message

What is the impact of this change?

We have more meaningful logs so it's easier to detect what when wrong

How was this change tested?

Run all unit + integ tests
Manually run download job output test on Linux and Windows
Manually run Asset sync on Linux and Windows CMF
image

Was this change documented?

Yes

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@AlexTranAmz AlexTranAmz requested a review from a team as a code owner July 10, 2024 22:44
@AlexTranAmz AlexTranAmz changed the title Add file path limit log fix: Add file path limit log Jul 10, 2024
@AlexTranAmz AlexTranAmz deleted the add-file-path-limit-log branch July 10, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant