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 newline outputs for django's log parser #166

Merged

Conversation

xingyaoww
Copy link
Contributor

@xingyaoww xingyaoww commented Jul 1, 2024

Reference Issues/PRs

Fix #165.

What does this implement/fix? Explain your changes.

Tries to parse test case multi-line outputs, similar to the one shown in #165 that breaks the test case parsing.

Any other comments?

I confirmed it fixes the instance described in #165. To reproduce, you can check All-Hands-AI/OpenHands#2728.

@john-b-yang
Copy link
Member

Sweet, thanks a bunch @xingyaoww for this contribution!

Yeah, the Django output parsing for tests is a bit weird, this definitely catches a few that aren't covered by the existing parser. Hopefully there aren't any more!

@john-b-yang john-b-yang merged commit fd13837 into swe-bench:main Jul 2, 2024
sreekarmolakalapalli pushed a commit to Modelcode-ai/SWE-bench that referenced this pull request Aug 14, 2024
…-parsing

Fix newline outputs for django's log parser
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.

Passed test case count as failure?
2 participants