Ah, so maybe still an environment problem...

Let me dig and report back.

Nick Dimiduk <ndimi...@apache.org> 于2024年10月14日周一 17:30写道:
>
> Thanks for looking at this.
>
> I checked the CI history for the branch before the release and it looked
> okay. Looking again today, it seems a bit worse, but I don't see any
> hbase-shell failures when I look through the recent failed test runs.
>
> Running locally, all the tests in hbase-shell pass for me. TestTableShell
> is among the tests run.
>
> $ JAVA_HOME=$JAVA17_HOME mvn clean install -Dhadoop.profile=3.0 -T1.0C -am
> -pl hbase-shell -Dmaven.repo.local=$HOME/tmp/maven-repo-local
> -DskipTests=true && JAVA_HOME=$JAVA17_HOME mvn test -Dhadoop.profile=3.0
> -pl hbase-shell -Dmaven.repo.local=$HOME/tmp/maven-repo-local
> ...
> [INFO] Results:
> [INFO]
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
>
> On Mon, Oct 14, 2024 at 4:40 AM 张铎(Duo Zhang) <palomino...@gmail.com> wrote:
>
> > I'm running UTs for this RC.
> >
> > The failures in hbase-server seemed OK, some flakies ones but they
> > passed when rerun.
> > TestAcidGuaranteesWithEagerPolicy failed but it is known to be heavy and
> > flaky.
> > TestMutualTlsClientSideNonLocalhost seemed to be my environment problem.
> >
> > But there are bunch of failures in hbase-shell module, and I manually
> > tried running TestTableShell
> >
> > org/jruby/RubyKernel.java:1233:in `catch'
> > org/jruby/RubyKernel.java:1238:in `catch'
> > org/jruby/RubyKernel.java:1233:in `catch'
> >   256:       # Put two columns with colons in their qualifiers
> >   257:       @test_table.put(rowkey, col1,
> > org.apache.hadoop.hbase.util.Bytes.toBytes(1))
> >   258:       @test_table.put(rowkey, col2,
> > org.apache.hadoop.hbase.util.Bytes.toBytes(2))
> >   ^[[48;5;16;38;5;226;1m  => 259:       assert_equal(2,
> > @test_table._get_internal(rowkey).length)^[[0m
> >   260:
> >   261:       # Increment the second column by 10 => 2 + 10 => 12
> >   262:       @test_table.incr(rowkey, col2, 10)
> > src/test/ruby/hbase/table_test.rb:259:in `block in
> > test_should_work_with_qualifiers_with_colons'
> > Error:
> > ^[[48;5;16;38;5;226;1mtest_should_work_with_qualifiers_with_colons(Hbase::TableSimpleMethodsTest)^[[0m:
> > NoMethodError: undefined method `length' for nil:NilClass
> >
> > Seemed to be real problem or at least test issue?
> >
> > Nick Dimiduk <ndimi...@apache.org> 于2024年10月9日周三 20:41写道:
> > >
> > > I have generated an API Compatibility report for this release
> > > candidate that includes the LimitedPrivate annotated classes. It is
> > > available for your consideration at
> > >
> > https://dist.apache.org/repos/dist/dev/hbase/2.6.1RC1/api_compare_2.6.0_to_2.6.1RC1_Public_LimitedPrivate.html
> > >
> > > Thanks,
> > > Nick
> > >
> > > On Wed, Oct 9, 2024 at 2:22 PM Nick Dimiduk <ndimi...@apache.org> wrote:
> > >
> > > > Please vote on this Apache hbase release candidate,
> > > > hbase-2.6.1RC1
> > > >
> > > > The VOTE will remain open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this package as Apache hbase 2.6.1
> > > > [ ] -1 Do not release this package because ...
> > > >
> > > > The tag to be voted on is 2.6.1RC1:
> > > >
> > > >   https://github.com/apache/hbase/tree/2.6.1RC1
> > > >
> > > > This tag currently points to git reference
> > > >
> > > >   7ed50b4dd742269a78875fb32112215f831284ff
> > > >
> > > > The release files, including signatures, digests, as well as CHANGES.md
> > > > and RELEASENOTES.md included in this RC can be found at:
> > > >
> > > >   https://dist.apache.org/repos/dist/dev/hbase/2.6.1RC1/
> > > >
> > > > Maven artifacts are available in a staging repository at:
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1560/
> > > >
> > > > Maven artifacts for hadoop3 are available in a staging repository at:
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachehbase-1561/
> > > >
> > > > Artifacts were signed with the 0xEF4EBF27 key which can be found in:
> > > >
> > > >   https://downloads.apache.org/hbase/KEYS
> > > >
> > > > To learn more about Apache hbase, please see
> > > >
> > > >   http://hbase.apache.org/
> > > >
> > > > Thanks,
> > > > Your HBase Release Manager
> > > >
> >

Reply via email to