Skip to content

hotfix: Inconsistent test failure - #719

Merged
HurricanKai merged 4 commits into
dotnet:mainfrom
thargy:hotfix/struct-chaining-tests
Dec 20, 2021
Merged

hotfix: Inconsistent test failure#719
HurricanKai merged 4 commits into
dotnet:mainfrom
thargy:hotfix/struct-chaining-tests

Conversation

@thargy

Copy link
Copy Markdown
Contributor

Summary of the PR

Enum.ToString() output is undefined when dealing with aliases, as any
alias can be picked. Patched TestChainLoadWithError so it will pass
regardless of which alias is returned.

Related issues, Discord discussions, or proposals

#706

Further Comments

This is a 'harmless' issue, as the error messages are intended for debugging
purposes. The patch makes the test pass consistently.

Perkseyand others added 2 commits December 4, 2021 22:10
* Regenerate bindings
* Release notes
* Apply duct tape
`Enum.ToString()` output is undefined when dealing with aliases, as any
alias can be picked. Patched `TestChainLoadWithError` so it will pass
regardless of which alias is returned.
@Perksey

Perksey commented Dec 19, 2021

Copy link
Copy Markdown
Member

Can you pull latest main please, the force pushes have made the diff go wonky. Thanks.

@thargy

Copy link
Copy Markdown
ContributorAuthor

Merged

@Perksey

Copy link
Copy Markdown
Member

@HurricanKai area owner signoff

@HurricanKai
HurricanKai merged commit bb81a4a into dotnet:mainDec 20, 2021
Sign up for freeto 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.

3 participants

@thargy@Perksey@HurricanKai