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

Check in current Fusion error snapshots and unskip tests #7341

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 38 additions & 38 deletions src/HotChocolate/Fusion/test/Core.Tests/SubgraphErrorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_SubField_Nullable_SharedEntryField_Nullable_One_Service_Errors_SharedEntryField()
{
// arrange
Expand Down Expand Up @@ -143,7 +143,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_SubField_NonNull_SharedEntryField_Nullable_One_Service_Errors_SharedEntryField()
{
// arrange
Expand Down Expand Up @@ -187,7 +187,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_SubField_NonNull_SharedEntryField_NonNull_One_Service_Errors_SharedEntryField()
{
// arrange
Expand Down Expand Up @@ -319,7 +319,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_SubField_NonNull_SharedEntryField_NonNull_One_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -363,7 +363,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Parallel_SubField_Nullable_SharedEntryField_Nullable_One_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -419,7 +419,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Parallel_SubField_NonNull_SharedEntryField_Nullable_One_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -475,7 +475,7 @@ type Viewer {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Parallel_SubField_NonNull_SharedEntryField_NonNull_One_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -627,7 +627,7 @@ type Other {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_SubField_NonNull_EntryField_NonNull_One_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -765,7 +765,7 @@ type Other {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_EntryField_Nullable_One_Service_Returns_TopLevel_Error_Without_Data()
{
// arrange
Expand Down Expand Up @@ -822,7 +822,7 @@ type Other {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Parallel_EntryField_NonNull_One_Service_Returns_TopLevel_Error_Without_Data()
{
// arrange
Expand Down Expand Up @@ -981,7 +981,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_NonNull_EntryField_NonNull_First_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -1177,7 +1177,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_Nullable_EntryField_Nullable_First_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1226,7 +1226,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_NonNull_EntryField_Nullable_First_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1275,7 +1275,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_NonNull_EntryField_NonNull_First_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1324,7 +1324,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_Nullable_EntryField_Nullable_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1373,7 +1373,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_NonNull_EntryField_Nullable_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1422,7 +1422,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Entity_Resolver_SubField_NonNull_EntryField_NonNull_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -1569,7 +1569,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_Nullable_EntryField_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -1630,7 +1630,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_NonNull_EntryField_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -1691,7 +1691,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_NonNull_EntryField_NonNull_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -1752,7 +1752,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_Nullable_EntryField_Nullable_First_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -1814,7 +1814,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_NonNull_EntryField_Nullable_First_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -1876,7 +1876,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Entity_Resolver_SubField_NonNull_EntryField_NonNull_First_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2101,7 +2101,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Sequence_SubField_Nullable_Parent_Nullable_One_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2154,7 +2154,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Sequence_SubField_NonNull_Parent_Nullable_One_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2207,7 +2207,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task Resolve_Sequence_SubField_NonNull_Parent_NonNull_One_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2260,7 +2260,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Sequence_SubField_Nullable_Parent_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2325,7 +2325,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Sequence_SubField_NonNull_Parent_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2390,7 +2390,7 @@ type Brand {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
Resolve_Sequence_SubField_NonNull_Parent_NonNull_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2459,7 +2459,7 @@ type Brand {

#region ResolveByKey

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_Nullable_ListItem_Nullable_Second_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -2506,7 +2506,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_NonNull_ListItem_Nullable_Second_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -2553,7 +2553,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_NonNull_ListItem_NonNull_Second_Service_Errors_SubField()
{
// arrange
Expand Down Expand Up @@ -2600,7 +2600,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_Nullable_ListItem_Nullable_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2647,7 +2647,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_NonNull_ListItem_Nullable_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2694,7 +2694,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task ResolveByKey_SubField_NonNull_ListItem_NonNull_Second_Service_Errors_EntryField()
{
// arrange
Expand Down Expand Up @@ -2741,7 +2741,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
ResolveByKey_SubField_Nullable_ListItem_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2800,7 +2800,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
ResolveByKey_SubField_NonNull_ListItem_Nullable_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down Expand Up @@ -2859,7 +2859,7 @@ type Product {
MatchMarkdownSnapshot(request, result);
}

[Fact(Skip = "errors are wrong")]
[Fact]
public async Task
ResolveByKey_SubField_NonNull_ListItem_NonNull_Second_Service_Returns_TopLevel_Error_Without_Data()
{
Expand Down
Loading
Loading