File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ defmodule Ecto.Integration.LoggingTest do
164
164
assert param_logs [ "uuid" ] == uuid
165
165
end
166
166
167
+ @ tag :insert_select
167
168
test "for insert_all with entries" do
168
169
# Row 1
169
170
int = 1
@@ -219,6 +220,7 @@ defmodule Ecto.Integration.LoggingTest do
219
220
assert param_logs [ "uuid2" ] == uuid2
220
221
end
221
222
223
+ @ tag :insert_select
222
224
@ tag :placeholders
223
225
test "for insert_all with entries and placeholders" do
224
226
# Placeholders
@@ -321,6 +323,7 @@ defmodule Ecto.Integration.LoggingTest do
321
323
assert param_logs [ "conflict_uuid" ] == conflict_uuid
322
324
end
323
325
326
+ @ tag :insert_select
324
327
@ tag :with_conflict_target
325
328
test "for insert_all with entries conflict query" do
326
329
# Row 1
@@ -394,6 +397,7 @@ defmodule Ecto.Integration.LoggingTest do
394
397
assert param_logs [ "conflict_uuid" ] == conflict_uuid
395
398
end
396
399
400
+ @ tag :insert_select
397
401
@ tag :placeholders
398
402
@ tag :with_conflict_target
399
403
test "for insert_all with entries, placeholders and conflict query" do
You can’t perform that action at this time.
0 commit comments