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

Error messages can't exceed about a megabyte #8

Open
jordanlewis opened this issue Nov 10, 2016 · 0 comments
Open

Error messages can't exceed about a megabyte #8

jordanlewis opened this issue Nov 10, 2016 · 0 comments

Comments

@jordanlewis
Copy link
Contributor

TeamCity automatically splits log lines longer than about a megabyte. That means that our naive strategy of outputting all of the log messages for a test when it fails will not work. We need to take just the last n lines and put them into the failure message, or some other similar strategy.

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