-
Notifications
You must be signed in to change notification settings - Fork 11
IllegalStateException: File name too long when compiling unit tests #247
Comments
Action item: probably just shorten the test name. |
I'm a beginner and would like to work on it. |
Hello @kartikgits ! Feel free to get started. First, get the project set up with Android Studio. Then try to follow the steps to reproduce above: run If you have questions, please @ mention me and let me know. |
By any chance is this issue solved? If no, I am a beginner can I contribute to it? |
@unicorn-io I don't believe it's solved: the test still exists in the code base. However, I don't have my ubuntu machine right now to test for sure. If you want to take this bug, feel free! |
I'll take it then😊 |
@mcomella I'm not able to reproduce it, can you help me with this! |
@unicorn-io If you can't reproduce, unfortunately, I think it's going to be hard to fix this one – sorry about that! Maybe you'd like to try to address mozilla-mobile/firefox-tv#1247 on Firefox for Fire TV? I think it's a good starter issue. btw, you can find us on IRC in the #focus channel during PT working hours (~9am - 5pm, Monday - Friday): feel free to ask for help there for faster communication! |
See mozilla-mobile/firefox-tv#1868 – this was a problem with my environment, specifically my file system encryption. |
Steps to reproduce
assembleamazonwebviewdebugunittest
Expected behavior
Successful compile.
Actual behavior
It looks like we're unable to save the class file because the name of the generated class (from the lambda?) is too long.
Device information
I'm running ubuntu 18.04 on ext4: I'm guessing APFS (or whatever) on macOS has a longer file name limit (ext4 seems to be 255 bytes; APFS is 255 UTF-8 characters).
The text was updated successfully, but these errors were encountered: