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

amashenkov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ff57f107c IGNITE-18709 Remove mention of already resolved issues 
(#1630)
6ff57f107c is described below

commit 6ff57f107cdb9fc512be078e7166176a137bcdc5
Author: Andrew V. Mashenkov <[email protected]>
AuthorDate: Mon Feb 6 16:27:10 2023 +0300

    IGNITE-18709 Remove mention of already resolved issues (#1630)
---
 .../apache/ignite/internal/table/KeyValueBinaryViewOperationsTest.java | 3 ---
 .../ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java  | 3 ---
 .../org/apache/ignite/internal/table/KeyValueViewOperationsTest.java   | 2 --
 .../org/apache/ignite/internal/table/RecordViewOperationsTest.java     | 2 --
 4 files changed, 10 deletions(-)

diff --git 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueBinaryViewOperationsTest.java
 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueBinaryViewOperationsTest.java
index b4fbb01c74..6afd934f5c 100644
--- 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueBinaryViewOperationsTest.java
+++ 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueBinaryViewOperationsTest.java
@@ -43,9 +43,6 @@ import org.mockito.Mockito;
 
 /**
  * Basic table operations test.
- *
- * <p>TODO: IGNITE-14487 Add bulk operations tests. Check non-key fields in 
Tuple is ignored for keys. Check key fields in Tuple is
- * ignored for value or exception is thrown?
  */
 public class KeyValueBinaryViewOperationsTest {
     @Test
diff --git 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java
 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java
index b5dc1489d4..effb687504 100644
--- 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java
+++ 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsSimpleSchemaTest.java
@@ -55,9 +55,6 @@ import org.mockito.Mockito;
 
 /**
  * Basic table operations test.
- *
- * <p>TODO: IGNITE-14487 Add bulk operations tests.
- * TODO: IGNITE-14487 Add async operations tests.
  */
 public class KeyValueViewOperationsSimpleSchemaTest {
     /**
diff --git 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsTest.java
 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsTest.java
index e7c296c352..e398d88637 100644
--- 
a/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsTest.java
+++ 
b/modules/table/src/test/java/org/apache/ignite/internal/table/KeyValueViewOperationsTest.java
@@ -63,8 +63,6 @@ import org.mockito.Mockito;
 /**
  * Basic table operations test.
  */
-//TODO: IGNITE-14487 Add bulk operations tests.
-//TODO: IGNITE-14487 Add async operations tests.
 public class KeyValueViewOperationsTest {
     private final Random rnd = new Random();
 
diff --git 
a/modules/table/src/test/java/org/apache/ignite/internal/table/RecordViewOperationsTest.java
 
b/modules/table/src/test/java/org/apache/ignite/internal/table/RecordViewOperationsTest.java
index aea5adfa04..5796c6df44 100644
--- 
a/modules/table/src/test/java/org/apache/ignite/internal/table/RecordViewOperationsTest.java
+++ 
b/modules/table/src/test/java/org/apache/ignite/internal/table/RecordViewOperationsTest.java
@@ -61,8 +61,6 @@ import org.mockito.Mockito;
 /**
  * Basic table operations test.
  */
-//TODO: IGNITE-14487 Add bulk operations tests.
-//TODO: IGNITE-14487 Add async operations tests.
 public class RecordViewOperationsTest {
 
     private final Random rnd = new Random();

Reply via email to