This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from f77b851  Add Unit tests for Utils module (#2246)
     add e97d532  add auth test UT (#2271)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/auth/AuthException.java    |   5 -
 .../iotdb/db/auth/authorizer/BasicAuthorizer.java  |   2 +-
 .../db/auth/authorizer/LocalFileAuthorizer.java    |   2 +-
 .../iotdb/db/auth/authorizer/OpenIdAuthorizer.java |  10 +-
 .../apache/iotdb/db/auth/AuthorityCheckerTest.java | 147 ++++++++++
 .../{ => authorizer}/LocalFileAuthorizerTest.java  | 295 ++++++++++-----------
 .../db/auth/authorizer/OpenIdAuthorizerTest.java   | 107 ++++----
 .../iotdb/db/auth/entity/PathPrivilegeTest.java    |  45 ++--
 .../org/apache/iotdb/db/auth/entity/RoleTest.java  |  22 +-
 .../org/apache/iotdb/db/auth/entity/UserTest.java  |  44 +++
 .../auth/{ => role}/LocalFileRoleAccessorTest.java |  13 +-
 .../auth/{ => role}/LocalFileRoleManagerTest.java  |  45 ++--
 .../auth/{ => user}/LocalFileUserAccessorTest.java |  13 +-
 .../auth/{ => user}/LocalFileUserManagerTest.java  |  69 ++---
 .../iotdb/db/mqtt/BrokerAuthenticatorTest.java     |  16 ++
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java |  10 +-
 16 files changed, 534 insertions(+), 311 deletions(-)
 create mode 100644 
server/src/test/java/org/apache/iotdb/db/auth/AuthorityCheckerTest.java
 rename server/src/test/java/org/apache/iotdb/db/auth/{ => 
authorizer}/LocalFileAuthorizerTest.java (52%)
 copy tsfile/src/test/java/org/apache/iotdb/tsfile/common/LRUCacheTest.java => 
server/src/test/java/org/apache/iotdb/db/auth/entity/PathPrivilegeTest.java 
(52%)
 copy cli/src/test/java/org/apache/iotdb/tool/CsvLineSplitTest.java => 
server/src/test/java/org/apache/iotdb/db/auth/entity/RoleTest.java (55%)
 create mode 100644 
server/src/test/java/org/apache/iotdb/db/auth/entity/UserTest.java
 rename server/src/test/java/org/apache/iotdb/db/auth/{ => 
role}/LocalFileRoleAccessorTest.java (85%)
 rename server/src/test/java/org/apache/iotdb/db/auth/{ => 
role}/LocalFileRoleManagerTest.java (73%)
 rename server/src/test/java/org/apache/iotdb/db/auth/{ => 
user}/LocalFileUserAccessorTest.java (89%)
 rename server/src/test/java/org/apache/iotdb/db/auth/{ => 
user}/LocalFileUserManagerTest.java (70%)

Reply via email to