I have 2 questions
- why is
MAX_ITEM_NAME_LENGTH hardcoded to 256? If I patch it locally to something bigger, will it cause trouble to the backend?
- if the answer to the first question is that it will be fine, then why isn't it an exported feature?
the reason I'm asking is that we have very long test names (together with parametrized) and most of the test names get cropped
I have 2 questions
MAX_ITEM_NAME_LENGTHhardcoded to256? If I patch it locally to something bigger, will it cause trouble to the backend?the reason I'm asking is that we have very long test names (together with parametrized) and most of the test names get cropped