ballerina-platform / module-ballerinai-transaction

Ballerina internal module of transaction implementation

Home Page:https://ballerina.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed test failure

pcnfernando opened this issue · comments

Description:
Distributed tests are failing with the following error

error: {ballerina}TypeCastError {"message":"incompatible types: 'lang.array:ArrayIterator' cannot be cast to 'lang.array:$anonType$_1'"}
	at ballerina.http.1_0_5:getResourceAuthConfig(auth_desugar.bal:118)
	   ballerina.http.1_0_5:getListenerAuthConfig(auth_desugar.bal:95)
	   ballerina.http.1_0_5:authenticateResource(auth_desugar.bal:38)
	   ballerinai.transaction.1_0_4.$anonType$_43:$post$participantMultipleExecution(tests/remote_participant_transaction_test.bal:402)

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

This is happening because of a version mismatch. This will be fixed once the https://github.com/ballerina-platform/module-ballerina-http/ snapshot build becomes stable

Fixed as the http module is stable.