Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[websocket-dev] refactored websocket tck test failures
  • From: Gurunandan Rao <gurunandan.rao@xxxxxxxxxx>
  • Date: Fri, 7 Apr 2023 07:26:27 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=pNjCGydXgXyHFgJ7jGnbk/0qDae6hsjLfwQE9HvnXG4=; b=f34Ndc1NyB9F0Cg+WlY7fv3tV7LiWi7rjDuCIwx9D2Wg74CCei8zlT7HLOdSWJisBDo8+Z2ciB3jbwY+r8ZoUNH2worjmTz662jGlvwkO2VJZ09fzJi+zzXmypopU8Gwd7m9R1D0wzO4/WGUdOMD/TLc2I3OE2uY2MNLmPGoaz8ztP5jWDVuSUe2dryOpsmdbe+INItuFg8d4tT3C9V5JlyjEyg1C5W74dwwzC5+jVhPpGlrL26le8Ls4YCNJH3A4rEVoyR6Fg0tEDpsXhnHlTif5RPAF2kPjtmjpGbZrposLZ3XeIBIz/LefQrCpPPgx0XDwudF51FpePAO7VHajw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VqoTNrt5A4S18D+uTdaDHqvsdtcC+9VKWClKLwM52F5YaCFuApm8IQ0nn1lKEEd5rMwVBTfpRGn7IForJzsYSgSwiDBGfohkbPvoWcF9ymEXySeDhFX/qD5AX2YHuH6cW8Ta79eBRPD15JzWo08ScRFzFKyzFojdjWzUe6PfUCinGdTAnUwaBmS6PLJt2z51XxLQriWE+mUJNOwvc0Kptvk/sUVn+flLYYH3P/EsADi7isHIWp7rSNv3JlhL2hzygMfAA9PfSOrntHTaMXhfjuDbZfPU9SRDSIzwA6TFCHcc5U3VekEvVwFQ6vnfoeG815PXVgB/5sAfN9+8LVUhcw==
  • Delivered-to: websocket-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/websocket-dev/>
  • List-help: <mailto:websocket-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/websocket-dev>, <mailto:websocket-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/websocket-dev>, <mailto:websocket-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZaSHbfpBMWyxvJkmuuxcEmEICPQ==
  • Thread-topic: refactored websocket tck test failures

Hello Websocket-dev,


We are in the process of refactoring the WebSocket TCK to use Junit and Arquillian.

The WIP PR for refactoring can be found at https://github.com/jakartaee/platform-tck/pull/1160/files.


Post refactor of the websocket tck tests, most of the tests are passing with glassfish 7 and JDK 11. 

There are 16 negdep client tests [eg: com.sun.ts.tests.websocket.negdep.onclose.client.duplicate.WSCClientIT ], which are failing with `deployment to expected fail, but it succeeded` error. 

Based on analysis of failing tests with Jtest, the test war deployment succeeds in glassfish, test client would report deployment error resulting in the test to pass.


The CI run for the refactored code can be found at: https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakarta-websocket-tck-glassfish/17/consoleFull

The failed test logs can be found at: https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakarta-websocket-tck-glassfish/17/artifact/glassfish-runner/websocket-tck/target/failsafe-reports/

Glassfish logs at: https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakarta-websocket-tck-glassfish/17/artifact/glassfish-runner/websocket-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log


Regards,

Guru




Back to the top