[go: nahoru, domu]

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

AndroidX Orchestrator Enforces Naming Length Constraints #1184

Open
cody1024d opened this issue Nov 2, 2021 · 0 comments
Open

AndroidX Orchestrator Enforces Naming Length Constraints #1184

cody1024d opened this issue Nov 2, 2021 · 0 comments

Comments

@cody1024d
Copy link

Description

When using the AndroidX Orchestrator (I have not tested the Android one, but assume it will be the same) some tests are skipped if the length of the classname + method name is too long

Steps to Reproduce

Create a test within a class, where the class name (including the package) and the method name total over 250 characters.

Expected Results

Test runs correctly, OR an error is printed that directs the developer to adjust this

Actual Results

This test will not run (but it's not marked as ignored, etc.)

I have a feeling this is because the Orchestrators create a directory on the device for the ADB output, and thusly if the method/class name is too long, it overflows the file-name-length constraints on the particular device. It is, however, unfortunate, that no relating error is ever bubbled up to the developer.

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

No branches or pull requests

1 participant