Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1116-feel-time-function #32

Open
saig0 opened this issue Jul 6, 2021 · 2 comments
Open

1116-feel-time-function #32

saig0 opened this issue Jul 6, 2021 · 2 comments

Comments

@saig0
Copy link
Member

saig0 commented Jul 6, 2021

Failed to parse FEEL expression 'time(12,00,00,null)': failed to parse expression 'time(12,00,00,null)': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:5, found "(12,00,00,"
Failed to parse FEEL expression 'time(11, 59, 00, duration("PT2H1M"))': failed to parse expression 'time(11, 59, 00, duration("PT2H1M"))': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:5, found "(11, 59, 0"
Failed to parse FEEL expression 'time(11, 59, 00, duration("-PT2H1M"))': failed to parse expression 'time(11, 59, 00, duration("-PT2H1M"))': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:5, found "(11, 59, 0"
Failed to parse FEEL expression 'time(11, 59, 00, duration("PT2H1M0S"))': failed to parse expression 'time(11, 59, 00, duration("PT2H1M0S"))': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:5, found "(11, 59, 0"
Failed to parse FEEL expression 'time(11, 59, 00, duration("-PT2H1M0S"))': failed to parse expression 'time(11, 59, 00, duration("-PT2H1M0S"))': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:5, found "(11, 59, 0"
@saig0
Copy link
Member Author

saig0 commented Jul 13, 2021

Camunda runner

Executing test '1116-feel-time-function-test-01 / 015_376d693a79'
Test failure: Expected '12:00' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression 'time(12,00,00,null)': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:5, found &quot;(12,00,00,&quot;

Executing test '1116-feel-time-function-test-01 / 021_5c50fa1dff'
Test failure: Expected '23:59Z' but was 'ZonedTime(23:59,Z,None)'

Executing test '1116-feel-time-function-test-01 / 022_55e76d3595'
Test failure: Expected '11:00Z' but was 'ZonedTime(11:00,Z,None)'
...

@saig0
Copy link
Member Author

saig0 commented Jul 13, 2021

camunda/feel-scala#301

@saig0 saig0 added this to High priority in Camunda TCK issues Jul 13, 2021
@saig0 saig0 moved this from High priority to Needs triage in Camunda TCK issues Jul 13, 2021
@saig0 saig0 moved this from Needs triage to High priority in Camunda TCK issues Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Camunda TCK issues
High priority
Development

No branches or pull requests

1 participant