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

sdanilov pushed a change to branch ignite-19903
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    omit 1b7652f6af Review fixes
    omit 0c46366f3c .
    omit 50f4d965e5 .
    omit 43dbdb2571 .
    omit b90793d3d0 .
    omit 8278f70a23 .
    omit 30de0fb088 .
    omit 593f061a70 .
    omit 463d9e00ba .
    omit 2b40a6ee39 .
    omit f97d612f92 IGNITE-19903 Fix recovery descriptor race condition
     add f8a280e514 IGNITE-19954 .NET: Work around tx conflicts in 
TestAutoFlushFrequency (#2309)
     add 0a6e79264b IGNITE-19948 Add authenticated username to the prompt 
(#2304)
     add 7a5fb6bc54 IGNITE-19941 Sql. Test 
ExecutionServiceImplTest.testCancelOnInitiator is flaky (#2305)
     add e741560fd3 IGNITE-19927 Improve test coverage for CREATE TABLE (#2297)
     add fef7a24c2a IGNITE-19812 Do not swallow exceptions during start of a 
partition (#2240)
     add b48b5c34af IGNITE-19903 Fix recovery descriptor race condition
     add c3a6c7b8e7 .
     add e5c3200f0d .
     add bc6227408f .
     add 351e73e065 .
     add b05aeb7f2d .
     add 7fbf3723d8 .
     add e9b7e133e8 .
     add 597cf38489 .
     add bbb980422a .
     add 596cfddc98 Review fixes
     add f9730731f3 Review fixes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1b7652f6af)
            \
             N -- N -- N   refs/heads/ignite-19903 (f9730731f3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../internal/catalog/CatalogServiceImpl.java       |  66 ++++++-
 .../internal/catalog/CatalogServiceSelfTest.java   | 220 ++++++++++++++-------
 .../ItConnectToClusterTestBase.java                |  10 +-
 ...tConnectWithBasicAuthenticationCommandTest.java | 102 ++++++++++
 .../commands/questions/ItConnectToClusterTest.java |   1 +
 .../questions/ItConnectToSslClusterTest.java       |   1 +
 .../repl/executor/ItIgnitePicocliCommandsTest.java |   2 +-
 .../internal/cli/call/connect/ConnectCall.java     |  38 +++-
 .../handler/IgniteCliApiExceptionHandler.java      |   8 +-
 .../ignite/internal/cli/core/repl/SessionInfo.java |   9 +-
 .../cli/core/repl/prompt/ReplPromptProvider.java   |  13 +-
 .../internal/cli/core/rest/ApiClientFactory.java   |  39 +++-
 .../core/repl/SessionDefaultValueProviderTest.java |   2 +-
 .../filter/DynamicCompleterFilterTest.java         |   3 +-
 .../recovery/RecoveryClientHandshakeManager.java   |   2 +
 .../recovery/RecoveryServerHandshakeManager.java   |   2 +
 .../dotnet/Apache.Ignite.Tests/MetricsTests.cs     |   2 +-
 .../Apache.Ignite.Tests/Table/DataStreamerTests.cs |   7 +-
 .../dotnet/Apache.Ignite.Tests/TestUtils.cs        |  16 +-
 .../dotnet/Apache.Ignite/Internal/ClientSocket.cs  |   2 +-
 .../runner/app/ItIgniteNodeRestartTest.java        |  16 +-
 .../internal/sql/engine/ItCreateTableDdlTest.java  |  41 +++-
 .../streamer/ItAbstractDataStreamerTest.java       |   1 +
 .../schema/configuration/TableValidatorImpl.java   |   2 +-
 .../sql/engine/exec/ExecutionServiceImplTest.java  |  56 ++++--
 .../internal/table/distributed/TableManager.java   |  26 +--
 26 files changed, 554 insertions(+), 133 deletions(-)
 rename 
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/{questions
 => }/ItConnectToClusterTestBase.java (90%)
 create mode 100644 
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/connect/ItConnectWithBasicAuthenticationCommandTest.java

Reply via email to