Skip to content

Commit

Permalink
Merge the packaging processes of Naming Server and Seata Server
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Sep 5, 2024
1 parent 5555ee6 commit f4896a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions distribution/release-seata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@
<directory>../server/target/lib/</directory>
<outputDirectory>seata-server/lib</outputDirectory>
</fileSet>

<fileSet>
<directory>../script/</directory>
<outputDirectory>seata-server/script</outputDirectory>
<includes>
<include>**/server/</include>
<include>**/logstash/</include>
<include>**/config-center/</include>
</includes>
</fileSet>

<!-- namingserver -->
<fileSet>
<includes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void testCount() {

@Test
public void testTps() {
CompactSummary compactSummary = new CompactSummary(id);
compactSummary.increase(51111);
compactSummary.increase(1111110);
compactSummary.increase(111115);
Expand Down

0 comments on commit f4896a4

Please sign in to comment.