Skip to content

Commit 1ec7f38

Browse files
committed
tmp
1 parent fdc18cb commit 1ec7f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
uses: actions/upload-artifact@v4
5252
if: ${{ failure() }}
5353
with:
54-
name: maven-build-logs
54+
name: logs-test-${{ github.run_id}}#${{ github.run_number }}
5555
path: ${{ runner.temp }}/fluss-logs/*

fluss-rpc/src/test/java/com/alibaba/fluss/rpc/protocol/ApiManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void testApiManager() {
4848

4949
// coordinator only
5050
assertThat(coordinatorApi.getApi(ApiKeys.CREATE_TABLE.id)).isNotNull();
51-
assertThat(tabletserverApi.getApi(ApiKeys.CREATE_TABLE.id)).isNull();
51+
assertThat(tabletserverApi.getApi(ApiKeys.CREATE_TABLE.id)).isNotNull();
5252
}
5353

5454
@Test

0 commit comments

Comments
 (0)