Projects tigase _server server-core Issues #1206
Build Public Projects / Tigase Server / Build #398 (#1206)
Closed
Tigase Support opened 4 years ago

-------- Forwarded Message -------- Subject: [TeamCity, FAILED] Build Public Projects / Tigase Server / Build #398 Date: Wed, 16 Sep 2020 17:01:07 +0000 From: tc@tigase.net To: wojciech.kapcia@tigase.net

Build Public Projects / Tigase Server / Build #398 failed Tests failed: 1 (1 new), passed: 317, ignored: 9. Agent: AWSEB-2 Build results: https://tc.tigase.net/viewLog.html?buildId=52991&buildTypeId=TigaseServer_Build

Failed Tests Summary: Newly failed tests (1 test, alphabetically ordered)

tigase.server.PacketTest.testPacketSecure

Newly failed tests details (naturally ordered)

tigase.server.PacketTest.testPacketSecure (new) ================= java.lang.AssertionError: Plain output in Packet.toString(): from=null, to=null, DATA=CData size: 21, SIZE=330, XMLNS=jabber:client, PRIORITY=NORMAL, PERMISSION=NONE, TYPE=get, STABLE_ID=null at tigase.server.PacketTest.testPacketSecure(PacketTest.java:137) Changes included (1 change)

Change 042c13c5 by andrzej.wojcik (1 file): Added missing to attribute in presence stanzas sent on disconnection in the cluster mode #issue #1188

see more information about changed files: https://tc.tigase.net/viewLog.html?tab=buildChangesDiv&buildId=52991&buildTypeId=TigaseServer_Build

============================================================================ Configure email notifications: https://tc.tigase.net/profile.html?init=1&tab=userNotifications

wojciech.kapcia@tigase.net commented 4 years ago

As pointed out by @andrzej.wojcik , test was failing due to default result.toString() relaying on tigase.server.Packet.FULL_DEBUG which may be changed by other tests which combined with concurrent test execution yielded intermittent test failures. Disabled this part of the test and added a comment.

issue 1 of 1
Type
Consulting
Priority
Normal
Assignee
Version
tigase-server-8.2.0
Spent time
30m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1206
Please wait...
Page is in error, reload to recover