Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change priority queue
Browse files Browse the repository at this point in the history
luoyuxia committed Dec 2, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent ca54919 commit 674334b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
distribution: 'adopt'
- name: Build
run: mvn -T 1C -B clean install -DskipTests
- name: Test
- name: Test1
run: |
mvn -B verify -Ptest-coverage -Dmaven.test.failure.ignore=true -Dautoconfig.skip
if: always()
2 changes: 1 addition & 1 deletion fluss-server/src/test/resources/log4j2-test.properties
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

# Set root logger level to OFF to not flood build logs
# set manually to INFO for debugging purposes
rootLogger.level = INFO
rootLogger.level = OFF
rootLogger.appenderRef.test.ref = TestLogger

appender.testlogger.name = TestLogger

0 comments on commit 674334b

Please sign in to comment.