You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2021/04/28 13:41:00 UTC

[jira] [Created] (IGNITE-14665) Security test suite runs no tests after CI test suite checker

Ilya Kasnacheev created IGNITE-14665:
----------------------------------------

             Summary: Security test suite runs no tests after CI test suite checker
                 Key: IGNITE-14665
                 URL: https://issues.apache.org/jira/browse/IGNITE-14665
             Project: Ignite
          Issue Type: Bug
          Components: general
            Reporter: Ilya Kasnacheev
            Assignee: Maksim Timonin


Please see linked development list thread as well as suite
https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_Security?mode=builds

All runs end with:
{code}
  [INFO] -------------------------------------------------------
  [INFO]  T E S T S
  [INFO] -------------------------------------------------------
  [WARNING] ForkStarter IOException: org.apache.maven.surefire.util.internal.StringUtils.unescapeString(Ljava/lang/StringBuilder;Ljava/lang/CharSequence;)V

org.apache.maven.surefire.util.internal.StringUtils.unescapeBytes(Ljava/lang/String;Ljava/lang/String;)Ljava/nio/ByteBuffer;
  org.apache.maven.surefire.util.internal.StringUtils.unescapeString(Ljava/lang/StringBuilder;Ljava/lang/CharSequence;)V
  org.apache.maven.surefire.util.internal.StringUtils.unescapeString(Ljava/lang/StringBuilder;Ljava/lang/CharSequence;)V. See the dump file /opt/buildagent/work/7bc1c54bc719b67c/modules/core/target/surefire-reports/2021-04-28T14-22-01_678-jvmRun1.dumpstream
  [INFO]
  [INFO] Results:
  [INFO]
  [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  [INFO]
{code}

After bisecting, this is the offender:
{code}
commit 62cc45861c0273286e00eb6fbc510c0bb5589e52
Author: Maksim Timonin <ti...@gmail.com>
Date:   Fri Feb 5 19:10:18 2021 +0300

    IGNITE-13512 Add travis check that tests are not in suites - Fixes #8367.
    
    Signed-off-by: Ilya Kasnacheev <il...@gmail.com>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)