sandynz commented on PR #27909: URL: https://github.com/apache/shardingsphere/pull/27909#issuecomment-1667707282
Hi @susongyan The pipeline E2E of PostgreSQL and openGauss failed, e.g. > error message is: The URL `jdbc:postgresql://postgresql_0.host:5432/pipeline_it_0??ssl=on&sslmode=prefer&stringtype=unspecified&TimeZone=UTC&bitToString=true` is not recognized, please refer to the pattern `(?<schema>[\w-.+:%%]+)\s*(?://(?<authority>[^/?#]*))?\s*(?:/(?!\s*/)(?<path>[^?#]*))?(?:\?(?!\s*\?)(?<query>[^#]*))?`.] Looks `pipeline_it_0??ssl=on` is wrong, there're two `?`. Could you debug to verify the `sql` values? You could refer to [Pipeline E2E test]( https://shardingsphere.apache.org/document/current/cn/test-manual/pipeline-e2e-test/ ) to run it on local. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
