Skip to content

Commit 873e7f9

Browse files
Tag insert_select tests (#425)
1 parent 6013081 commit 873e7f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_test/sql/logging.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ defmodule Ecto.Integration.LoggingTest do
164164
assert param_logs["uuid"] == uuid
165165
end
166166

167+
@tag :insert_select
167168
test "for insert_all with entries" do
168169
# Row 1
169170
int = 1
@@ -219,6 +220,7 @@ defmodule Ecto.Integration.LoggingTest do
219220
assert param_logs["uuid2"] == uuid2
220221
end
221222

223+
@tag :insert_select
222224
@tag :placeholders
223225
test "for insert_all with entries and placeholders" do
224226
# Placeholders
@@ -321,6 +323,7 @@ defmodule Ecto.Integration.LoggingTest do
321323
assert param_logs["conflict_uuid"] == conflict_uuid
322324
end
323325

326+
@tag :insert_select
324327
@tag :with_conflict_target
325328
test "for insert_all with entries conflict query" do
326329
# Row 1
@@ -394,6 +397,7 @@ defmodule Ecto.Integration.LoggingTest do
394397
assert param_logs["conflict_uuid"] == conflict_uuid
395398
end
396399

400+
@tag :insert_select
397401
@tag :placeholders
398402
@tag :with_conflict_target
399403
test "for insert_all with entries, placeholders and conflict query" do

0 commit comments

Comments
 (0)