Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] [External] : Re: [jakartaee-tck-dev] [jakartaee-platform-dev] Help please -- Concurrency and Connector TCK test issue
  • From: Gurunandan Rao <gurunandan.rao@xxxxxxxxxx>
  • Date: Tue, 2 Mar 2021 14:32:30 +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-SenderADCheck; bh=ZglHUEAG9gP6MW2mX3TIf5Ra6OOoVIm4c5Fh1u9bomw=; b=WCxPx0uIgepxr84YyBgNKwgk9k6oeWjwp8YlPdDNzdKVZ2hyxS0hLdmBV+z3Bn1dSMrQ+XRMKSc5OTPihwBlgrzqb+5l+hup01rZJ0cPijJwdsIoZO5DSRMIbJYj1C1/Uv53pba8xPMQUYqc3YyIC+2g/s0ENVStrh+Qpi/rD5tBh2KoiPgfFA/VtRH0VevtV15SOR+wwcW7YOLafap0x1NjKujUKIXD2dtYnUkAiEw74iKd8ObYsaBV0YJBBFbVIPqAbUZjwuRNEYJUhJDNzmmzhjyHQ87FaM8Cp5iKyjH21pcZtAAIqwafrzq6Gu5IGk8VQqWt5w18RLpxtMTK0g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Dul79ec9LxWuOWCxpa7CVcDBWgjZoQAGNs4c8oRbrE5n9naO4/Mi9SkA9ohnRDgLHNjjbxmECcgvOFAHmqKEhCm8KFy7c1v9ukCEzShaJtecnZJ5A5Ka1ZfYkO3OJVc8tB4tlkHAPtEFPXgsf+BAh6E2zUpphCMrejvSxR3ZjF3kYpZyzAwKBXgkRr7HUx20KcR8SH9lPlZeW5QO128eMEzvzhM4UEelm9ko+6pNGU7OUaqorzo8tKcP/1wUISM2MI5w1YX9W9oRvZ8RcsLWSCAOqSwMTl5ANsKKX5pZzxs3Zxbt4CnIZNJu7fCW1IyDLYKBUSVlD7qxX3RmA7VqrA==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev/>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXD2Kp7yHFbjZ6zESrT9kCgWiS+apwvjQB
  • Thread-topic: [External] : Re: [jakartaee-tck-dev] [jakartaee-platform-dev] Help please -- Concurrency and Connector TCK test issue

Hi Steve,
glassfish 6.1 is not loading classes with jars copied to "<glassfish_home>/glassfish/domains/domain1/lib/ext/" folder, which is causing failures with standalone tcks(concurrency, connector, jaxrs, jaxws, jms, jsonb, saaj, websocket).I am able to copy TCK jars to "<glassfish_home>/glassfish//domains/domain1/lib/" folder (https://github.com/gurunrao/jakartaee-tck/commit/1fb1c803d7614c5a8af808c6ddd7b60ab66e09b2) and many of the failures are not seen(For connector, concurency, websocket, SAAJ, JSONB,  JMS tck - there are 1 signature failure each, post changes. Run link can be found here - https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakartaee-tck-guru/job/glassfish-ext-fix/4/#showFailuresLink).

Please confirm if glassfish loading classes from <glassfish_home>/glassfish//domains/domain1/lib/ext/" folder needs to be fixed at glassfish, or TCKs scripts need to copy jars to "<glassfish_home>/glassfish//domains/domain1/lib/".

regards,
Guru



From: jakartaee-tck-dev <jakartaee-tck-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow <smarlow@xxxxxxxxxx>
Sent: 02 March 2021 18:20
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>; Ed Bratt <ed.bratt@xxxxxxxxxx>; cu developer discussions <cu-dev@xxxxxxxxxxx>; jca-dev@xxxxxxxxxxx <jca-dev@xxxxxxxxxxx>; glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Cc: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Subject: [External] : Re: [jakartaee-tck-dev] [jakartaee-platform-dev] Help please -- Concurrency and Connector TCK test issue
 

Adding GlassFish team...

Thanks Ed for sending this.  :)

Scott

On 3/1/21 8:52 PM, Ed Bratt wrote:

Hi,

The TCK team needs help diagnosing a problem with the connector and concurrency TCK tests, described in

If someone could have a look and help the TCK team move this forward, it would be appreciated.

Thank you,

-- Ed


_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top