[ 
https://issues.apache.org/jira/browse/IGNITE-18875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709923#comment-17709923
 ] 

Gael Yimen Yimga commented on IGNITE-18875:
-------------------------------------------

[~zstan] I do not understand why these warnings are failing the build run. Here 
you are:
{code:java}
Warning: Output directory 
"/opt/buildagent/work/b8d4df1365f1f1e5/modules/sql-engine/build/generated-sources/javacc/org/apache/ignite/internal/generated/query/calcite/sql"
 does not exist. Creating the directory.
:ignite-sql-engine:javaccTemplate
  Warning: Lookahead adequacy checking not being performed since option 
LOOKAHEAD is more than 1.  Set option FORCE_LA_CHECK to true to force checking.
:ignite-runner:integrationTest
  WARNING: An illegal reflective access operation has occurred
  WARNING: Illegal reflective access by 
org.apache.ignite.internal.network.serialization.SpecialSerializationMethodsImpl
 
(file:/opt/buildagent/work/b8d4df1365f1f1e5/modules/network/build/libs/ignite-network-3.0.0-SNAPSHOT.jar)
 to method java.time.LocalDate.writeReplace()
  WARNING: Please consider reporting this to the maintainers of 
org.apache.ignite.internal.network.serialization.SpecialSerializationMethodsImpl
  WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
  WARNING: All illegal access operations will be denied in a future release
  715 tests completed, 3 failed, 29 skipped
Process exited with code 1
Gradle failure report
  FAILURE: Build failed with an exception.
  
  * What went wrong:
  Execution failed for task ':ignite-runner:integrationTest'.
  > There were failing tests. See the report at: 
file:///opt/buildagent/work/b8d4df1365f1f1e5/modules/runner/build/reports/tests/integrationTest/index.html
  
  * Try:
  > Run with --stacktrace option to get the stack trace.
  > Run with --info or --debug option to get more log output.
  > Run with --scan to get full insights.
  
  * Get more help at https://help.gradle.org
  
  BUILD FAILED in 26m 40s {code}

> Sql. Drop AbstractPlannerTest.TestTable.
> ----------------------------------------
>
>                 Key: IGNITE-18875
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18875
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Gael Yimen Yimga
>            Priority: Major
>              Labels: ignite-3, newbie, tech-debt-test
>             Fix For: 3.0.0-beta2
>
>         Attachments: Screen Shot 2023-04-03 at 1.04.39 AM.png
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Use test framework for schema configuration in tests.
> Replace 
> {code:java}
> org.apache.ignite.internal.sql.engine.planner.AbstractPlannerTest.TestTable
> {code}
> with 
> {code:java}
> org.apache.ignite.internal.sql.engine.framework.TestTable
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to