You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2018/12/28 16:34:00 UTC

[jira] [Created] (DRILL-6936) TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBeforeClosingDrillbit fails if loopback address is set in hosts

Anton Gozhiy created DRILL-6936:
-----------------------------------

             Summary: TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBeforeClosingDrillbit fails if loopback address is set in hosts
                 Key: DRILL-6936
                 URL: https://issues.apache.org/jira/browse/DRILL-6936
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Anton Gozhiy


*Prerequisites:*
- Loopback address is set for the host at /etc/hosts

*Steps:*
# Run the test *TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBeforeClosingDrillbit*

*Expected result:*
The test should ignore loopback address setting and pass.

*Actual result:*
The test fails:
{noformat}
16:06:51.921 [main] ERROR org.apache.drill.TestReporter - Test Failed (d: 64.2 KiB(242.8 KiB), h: 71.1 MiB(336.2 MiB), nh: 91.9 KiB(164.3 MiB)): gracefulShutdownThreadShouldBeInitializedBeforeClosingDrillbit(org.apache.drill.test.TestGracefulShutdown)
java.lang.AssertionError: null
	at org.apache.drill.test.TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBeforeClosingDrillbit(TestGracefulShutdown.java:207) ~[test-classes/:na]
	at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_181]
{noformat}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)