Skip to content

test: add server handler tests - #69

Merged
nryanov merged 2 commits into
masterfrom
server-tests
Sep 1, 2026
Merged

test: add server handler tests#69
nryanov merged 2 commits into
masterfrom
server-tests

Conversation

@nryanov

@nryanov nryanov commented Sep 1, 2026

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Test Results

failed 4 failed
passed 533 passed
skipped 2 skipped

Details

tests 539 tests
clock not captured
tool gradle
build Build & Test arrow-right gradle link #252
pull-request test: add server handler tests link #69

Failed Tests

kasanari.server.http.iceberg.IcebergCatalogHttpTest: updateNamespacePropertiesParsesBody()
kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameViewParsesSourceAndDestination()
kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameTableParsesSourceAndDestination()
kasanari.server.http.iceberg.IcebergCatalogHttpTest: createTableParsesBodyAndIgnoresAccessDelegationHeader()

Skipped Tests

kasanari.catalog.paimon.KasanariPaimonCatalogTest: registerTable()
kasanari.catalog.paimon.KasanariPaimonCatalogTest: authTableQuery()

Failed Tests

Failed Tests ❌ Fail Message
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: updateNamespacePropertiesParsesBody() org.mockito.exceptions.verification.opentest4j.ArgumentsAreDifferent:
Argument(s) are different! Wanted:
icebergCatalogAdapter.updateNamespace(
NS_0,
{"k" = "v"},
[old]
);
-> at kasanari.server.http.iceberg.IcebergCatalogHttpTest.updateNamespacePropertiesParsesBody(IcebergCatalogHttpTest.java:182)
Actual invocations have different arguments at positions [1, 2]:
icebergCatalogAdapter.updateNamespace(
NS_0,
{},
[]
);
-> at kasanari.server.infrastructure.iceberg.IcebergCatalogServiceHandler.lambda$updateProperties$20(IcebergCatalogServiceHandler.java:361)
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameViewParsesSourceAndDestination() java.lang.AssertionError: 1 expectation failed.
Expected status code <204> but was <500>.
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameTableParsesSourceAndDestination() java.lang.AssertionError: 1 expectation failed.
Expected status code <204> but was <500>.
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: createTableParsesBodyAndIgnoresAccessDelegationHeader() java.lang.AssertionError: 1 expectation failed.
Expected status code <200> but was <500>.

gradle: Run #252

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
539 533 4 2 0 0 0 not captured

Some tests failed!

Name Failure Message
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: updateNamespacePropertiesParsesBody() org.mockito.exceptions.verification.opentest4j.ArgumentsAreDifferent: Argument(s) are different! Wanted: icebergCatalogAdapter.updateNamespace( NS_0, {"k" = "v"}, [old] ); -> at kasanari.server.http.iceberg.IcebergCatalogHttpTest.updateNamespacePropertiesParsesBody(IcebergCatalogHttpTest.java:182) Actual invocations have different arguments at positions [1, 2]: icebergCatalogAdapter.updateNamespace( NS_0, {}, [] ); -> at kasanari.server.infrastructure.iceberg.IcebergCatalogServiceHandler.lambda$updateProperties$20(IcebergCatalogServiceHandler.java:361)
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameViewParsesSourceAndDestination() java.lang.AssertionError: 1 expectation failed. Expected status code <204> but was <500>.
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: renameTableParsesSourceAndDestination() java.lang.AssertionError: 1 expectation failed. Expected status code <204> but was <500>.
❌ kasanari.server.http.iceberg.IcebergCatalogHttpTest: createTableParsesBodyAndIgnoresAccessDelegationHeader() java.lang.AssertionError: 1 expectation failed. Expected status code <200> but was <500>.

Github Test Reporter by CTRF 💚

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Test Results

passed 537 passed
skipped 2 skipped

Details

tests 539 tests
clock not captured
tool gradle
build Build & Test arrow-right gradle link #253
pull-request test: add server handler tests link #69

Skipped Tests

kasanari.catalog.paimon.KasanariPaimonCatalogTest: registerTable()
kasanari.catalog.paimon.KasanariPaimonCatalogTest: authTableQuery()

gradle: Run #253

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
539 537 0 2 0 0 0 not captured

🎉 All tests passed!

🎉 No failed tests in this run.

Github Test Reporter by CTRF 💚

@nryanov
nryanov marked this pull request as ready for review September 1, 2026 23:23
@nryanov
nryanov merged commit 2fc0209 into master Sep 1, 2026
1 check passed
@nryanov
nryanov deleted the server-tests branch September 1, 2026 23:23
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.

1 participant