From eb39952b99d8ffdf31a6cfc84f65f79b8e8f119f Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Fri, 6 May 2022 15:52:56 +0100 Subject: [PATCH 1/2] Skip TestIterationSessionRun.test_nested --- packages/testkit-backend/src/skipped-tests/common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/testkit-backend/src/skipped-tests/common.js b/packages/testkit-backend/src/skipped-tests/common.js index 6d1dcf1fd..33e3f2483 100644 --- a/packages/testkit-backend/src/skipped-tests/common.js +++ b/packages/testkit-backend/src/skipped-tests/common.js @@ -45,7 +45,8 @@ const skippedTests = [ 'Partial session iteration is not supported by the js driver', ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'), ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'), - ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested') + ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'), + ifEquals('stub.iteration.test_iteration_tx_run.TestIterationSessionRun.test_nested') ), skip( 'Nested calls does not garauntee order in the records pulling', From 7d8a328bbfe06685c7f528f3d84dd835b9ece279 Mon Sep 17 00:00:00 2001 From: Dmitriy Tverdiakov Date: Mon, 9 May 2022 12:59:10 +0100 Subject: [PATCH 2/2] Fix typo in file name --- packages/testkit-backend/src/skipped-tests/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/testkit-backend/src/skipped-tests/common.js b/packages/testkit-backend/src/skipped-tests/common.js index 33e3f2483..a6f61fc00 100644 --- a/packages/testkit-backend/src/skipped-tests/common.js +++ b/packages/testkit-backend/src/skipped-tests/common.js @@ -46,7 +46,7 @@ const skippedTests = [ ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'), ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'), ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'), - ifEquals('stub.iteration.test_iteration_tx_run.TestIterationSessionRun.test_nested') + ifEquals('stub.iteration.test_iteration_session_run.TestIterationSessionRun.test_nested') ), skip( 'Nested calls does not garauntee order in the records pulling',