Skip to content

Commit 99d44bf

Browse files
committed
update client ci's server & allow running login test
1 parent 20ce7b6 commit 99d44bf

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

.github/workflows/client-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
USE_STAGE: 'true' # Whether to include the stage repository.
2626
TRAVIS_DIR: hugegraph-client/assembly/travis
2727
# TODO: replace it with the (latest - n) commit id (n >= 15)
28-
# hugegraph commit date: 2024-12-09
29-
COMMIT_ID: f838897
28+
# hugegraph commit date: 2025-05-05
29+
COMMIT_ID: 8c1ee71
3030
strategy:
3131
fail-fast: false
3232
matrix:

hugegraph-client/src/test/java/org/apache/hugegraph/api/auth/LoginApiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public static void clear() {
5151
}
5252
}
5353

54-
@Ignore("server doesn't support token_expire field to login now")
5554
@Test
5655
public void testLogin() {
5756
Login login = new Login();

hugegraph-client/src/test/java/org/apache/hugegraph/api/auth/LogoutApiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static void clear() {
5555
}
5656
}
5757

58-
@Ignore("server doesn't support token_expire field to login now")
5958
@Test
6059
public void testLogout() {
6160
User user1 = new User();

hugegraph-client/src/test/java/org/apache/hugegraph/api/auth/TokenApiTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public static void clear() {
5858
}
5959
}
6060

61-
@Ignore("server doesn't support token_expire field to login now")
6261
@Test
6362
public void testVerify() {
6463
User user1 = new User();

hugegraph-client/src/test/java/org/apache/hugegraph/functional/AuthManagerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public void teardown() throws Exception {
5656
auth().deleteAll();
5757
}
5858

59-
@Ignore("server doesn't support token_expire field to login now")
6059
@Test
6160
public void testAuth() {
6261
User user = new User();

0 commit comments

Comments
 (0)