You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/29 10:04:55 UTC

[skywalking] branch core-refactor updated (84b48db -> c44975e)

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

wusheng pushed a change to branch core-refactor
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from 84b48db  Fix index name too long. Remove the old index naming rule.
     add c44975e  Fix issues.

No new revisions were added by this update.

Summary of changes:
 .../oap/server/core/CoreModuleTest.java}           | 14 +++--
 .../skywalking/oap/server/core/WorkPathTest.java}  | 11 ++--
 .../jdbc/h2/dao/H2RegisterLockInstaller.java       | 12 ++--
 .../plugin/jdbc/h2/dao/H2TableInstaller.java       | 58 ++----------------
 .../plugin/jdbc/mysql/MySQLTableInstaller.java     | 68 ++++++++++++++++++++++
 5 files changed, 93 insertions(+), 70 deletions(-)
 copy oap-server/server-core/src/{main/java/org/apache/skywalking/oap/server/core/UnexpectedException.java => test/java/org/apache/skywalking/oap/server/core/CoreModuleTest.java} (78%)
 copy oap-server/{server-library/library-module/src/test/java/org/apache/skywalking/oap/server/library/module/ModuleABusiness1Impl.java => server-core/src/test/java/org/apache/skywalking/oap/server/core/WorkPathTest.java} (78%)