Anything you want. Will be glad to help. It's a directory listing, I have copied all the files of the build directories from the 4 clusters there. So if you go on http://server.distparser.com:81/hbase/hbasetest1/hbase-server/target/surefire-reports/ you see all the output for one of the servers. node8, node1, etc. are other servers.
Output of the specific test can be found there: http://server.distparser.com:81/hbase/hbasetest1/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDistributedLogReplay-output.txt Where we can see what Ted asked to be added: 2014-08-30 22:18:56,709 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label system 2014-08-30 22:18:56,709 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label secret 2014-08-30 22:18:56,710 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label topsecret 2014-08-30 22:18:56,710 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label confidential 2014-08-30 22:18:56,711 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label public 2014-08-30 22:18:56,711 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label private 2014-08-30 22:18:56,712 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label ©ABC 2014-08-30 22:18:56,712 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label ॠ2014-08-30 22:18:56,712 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label ©ABC"ॠ\secret"'&\ 2014-08-30 22:18:56,713 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label '"+ 2014-08-30 22:18:56,713 DEBUG [Thread-243] visibility.TestVisibilityLabelsWithDefaultVisLabelService(137): Retrieved label -? I can try to install Jenkins on those servers if that helps, run anything else (tests, builds, etc.) or even give you a remote access. Just let me know. JM 2014-08-31 19:54 GMT-04:00 Andrew Purtell <[email protected]>: > I get a directory listing when I click through. > > Build status on Apache Jenkins looks pretty good - > https://builds.apache.org/job/HBase-0.98/ - and I don't have failing > tests on my local dev boxes. Any chance you can help us track down what's > different about your environment? > > > > On Aug 31, 2014, at 3:36 PM, Jean-Marc Spaggiari < > [email protected]> wrote: > > > > Here are the results. > > > > 4 builds, 4 computers, 4 failed. > > > > HTH > > > > http://server.distparser.com:81/hbase/ > > > > Let me know if you want me to run anything else. > > > > JM > > > > > > 2014-08-30 14:29 GMT-04:00 Ted Yu <[email protected]>: > > > >> Jean-Marc: > >> I couldn't reproduce the test failure - on Mac or Linux. > >> > >> Can you apply the following and run test again ? > >> http://pastebin.com/Z1czdBes > >> > >> It would reveal whether log replay didn't bring back the labels written > >> prior to RS restart, or the new labels were not written successfully. > >> > >> Thanks > >> > >> > >> On Fri, Aug 29, 2014 at 6:08 PM, Jean-Marc Spaggiari < > >> [email protected]> wrote: > >> > >>> I will see if I can build something where the logs are automatically > >>> uploaded so that will make easier to look at them. > >>> > >>> I just pushed the files related to this test. > >> > http://www.spaggiari.org/org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDistributedLogReplay.txt > >> > http://www.spaggiari.org/org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDistributedLogReplay-output.txt > >>> > >>> HTH > >>> > >>> JM > >>> > >>> > >>> 2014-08-29 20:05 GMT-04:00 Andrew Purtell <[email protected]>: > >>> > >>>> On Fri, Aug 29, 2014 at 5:01 PM, Jean-Marc Spaggiari < > >>>> [email protected]> wrote: > >>>> > >>>>> Here are the logs for > >> > testAddVisibilityLabelsOnRSRestart(org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsWithDistributedLogReplay) > >>>>> : http://www.spaggiari.org/hbase-0.98.6.logs > >>>>> > >>>>> Let me know if you need any other file. This is the standard output > >>> with > >>>>> -X. > >>>> > >>>> I was looking for the > >>>> hbase-server/target/surefire-reports/<test-name>-output.txt file, but > >>> you > >>>> could run the test with -Dtest.output.tofile=false and capture > >> standard > >>>> output too. > >>>> > >>>> > >>>> > >>>> -- > >>>> Best regards, > >>>> > >>>> - Andy > >>>> > >>>> Problems worthy of attack prove their worth by hitting back. - Piet > >> Hein > >>>> (via Tom White) > >> >
