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

Failing test #537

Closed

Conversation

dilyanpalauzov
Copy link
Contributor

This new test fails, but it should succeed.

This new test fails, but it should succeed.
@kewisch
Copy link
Owner

kewisch commented Sep 19, 2022

Strange, the tests seem to work on my machine, and your PR fails in CI. Do you know what the expected behavior should be, e.g. do we need to change the code?

@kewisch kewisch added the needinfo More information has been requested label Sep 19, 2022
@dilyanpalauzov
Copy link
Contributor Author

The expected behaviour is that the test does not fail.

@kewisch
Copy link
Owner

kewisch commented Sep 19, 2022

Ah, understood now, thank you.

@kewisch kewisch removed the needinfo More information has been requested label Oct 15, 2022
@kewisch
Copy link
Owner

kewisch commented Apr 13, 2024

Fixed by #536, thank you!

@kewisch kewisch closed this Apr 13, 2024
@dilyanpalauzov
Copy link
Contributor Author

I rebased this test on the main branch. It is still failing:

      + expected - actual                                                                                                               
                                                                                                                                        
           ]                                                                                                                            
           [                                                                                                                            
             "attendee"                                                                                                                 
             {
      -        "cn": "Z;"
      +        "cn": "Z\\;"
             }
             "cal-address"
             "mailto:[email protected]"
           ]
       

@kewisch
Copy link
Owner

kewisch commented Apr 14, 2024

Ah strange, I tested on my machine and it seemed to be working. Will take another look.

@dilyanpalauzov
Copy link
Contributor Author

Can this be reopened?

@kewisch
Copy link
Owner

kewisch commented Apr 21, 2024

I'm getting a github error and can't reopen it. Can you move this to a new branch? I think it might make sense to either keep the failing test code in an issue, or submit a PR with a patch. Otherwise we'll have the PR open until someone comes around to fixing it and I'd eventually like to get to 0 PRs.

@dilyanpalauzov
Copy link
Contributor Author

Did you got eventually this test failing on your system?

Can you create some mechanism for tests, which are not supposed to fail, but currently fail (expected failures)?

@kewisch
Copy link
Owner

kewisch commented Apr 21, 2024

Have not tried, sorry. I have some vacation this week and can take a look. I had also thought about an expected failure system, I didn't see an obvious way when I skimmed last time.

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.

2 participants