You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by jo...@apache.org on 2022/07/29 14:09:08 UTC

[jackrabbit-oak] branch OAK-9849 updated (39423f2292 -> e81884eca0)

This is an automated email from the ASF dual-hosted git repository.

joerghoh pushed a change to branch OAK-9849
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 39423f2292 OAK-9849 write a stacktrace when oak-run is interrupted
     add 03b95f8005 OAK-9853: Generating site is broken
     add e1ef734223 OAK-9856 | Log query and caller stack trace in case of ES search fail… (#639)
     add 8a867380dc OAK-9865 : DefaultSyncContext: extract method to get external group from ExternalIdentityRef
     add f919745a52 OAK-9867 : AutoMembershipProvider.isMember must not ignore 'includeInherited' flag
     add c611cfb43d In the common tests that are passing on Lucene but failing on ES, move the @Ignore annotation from the base class to the ES implementation of the tests, so that the Lucene test is executed.
     add 45ebdf20a3 Created OAK Jira issues for the failing tests and referenced then from the @Ignore tag.
     add 60daacdf33 Merge pull request #638 from nfsantos/OAK-9855
     add 3923d7f8f4 Merge branch 'trunk' of github.com:apache/jackrabbit-oak into OAK-9849
     add e81884eca0 re-enable the chance to run these benchmarks stand-alone

No new revisions were added by this update.

Summary of changes:
 .../external/basic/DefaultSyncContext.java         |  29 +++--
 .../external/basic/package-info.java               |   2 +-
 .../impl/principal/AutoMembershipPrincipals.java   |  16 +++
 .../impl/principal/AutoMembershipProvider.java     |  22 +++-
 .../impl/principal/AutomembershipService.java      |   2 +-
 .../external/TestIdentityProvider.java             |   4 +-
 .../external/basic/DefaultSyncContextTest.java     |  28 ++++
 .../impl/principal/AbstractAutoMembershipTest.java |  24 ++++
 .../principal/AutoMembershipPrincipalsTest.java    |  37 +++---
 .../impl/principal/AutoMembershipProviderTest.java | 145 +++++++++++++--------
 .../oak/benchmark/ElasticBenchmarkRunner.java      |   8 +-
 .../oak/run/BenchmarkElasticCommand.java           |   2 +-
 .../oak/benchmark/LuceneBenchmarkRunner.java       |   8 +-
 .../jackrabbit/oak/run/BenchmarkLuceneCommand.java |   2 +-
 .../oak/benchmark/SolrBenchmarkRunner.java         |   8 +-
 .../jackrabbit/oak/run/BenchmarkSolrCommand.java   |   2 +-
 .../jackrabbit/oak/benchmark/BenchmarkRunner.java  |   5 +-
 .../jackrabbit/oak/run/BenchmarkCommand.java       |   2 +-
 .../authentication/external/defaultusersync.md     |   2 +-
 .../query/async/ElasticResultRowAsyncIterator.java |  25 +++-
 ...ElasticIndexDescendantSpellcheckCommonTest.java |  19 +++
 .../index/elastic/ElasticIndexQueryCommonTest.java |  16 +++
 .../index/IndexDescendantSpellcheckCommonTest.java |   8 --
 .../oak/plugins/index/IndexQueryCommonTest.java    |  74 +++--------
 24 files changed, 322 insertions(+), 168 deletions(-)