diff --git a/examples/dynamic_library_loading/use_library_test.v b/examples/dynamic_library_loading/use_library_test.v index 33804606f8..a760beb2a8 100644 --- a/examples/dynamic_library_loading/use_library_test.v +++ b/examples/dynamic_library_loading/use_library_test.v @@ -1,6 +1,5 @@ module main -// vtest flaky: true // vtest retry: 3 import os import dl diff --git a/vlib/builtin/js/array_test.js.v b/vlib/builtin/js/array_test.js.v index b7f6b0748f..a82cde8b70 100644 --- a/vlib/builtin/js/array_test.js.v +++ b/vlib/builtin/js/array_test.js.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: present_node? diff --git a/vlib/builtin/js/int_test.js.v b/vlib/builtin/js/int_test.js.v index f775228fad..0e1a523bab 100644 --- a/vlib/builtin/js/int_test.js.v +++ b/vlib/builtin/js/int_test.js.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: present_node? diff --git a/vlib/builtin/js/map_test.js.v b/vlib/builtin/js/map_test.js.v index 4b249b9f49..795c817030 100644 --- a/vlib/builtin/js/map_test.js.v +++ b/vlib/builtin/js/map_test.js.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: present_node? import rand diff --git a/vlib/builtin/js/string_test.js.v b/vlib/builtin/js/string_test.js.v index 699fc91885..427a96a82f 100644 --- a/vlib/builtin/js/string_test.js.v +++ b/vlib/builtin/js/string_test.js.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: present_node? diff --git a/vlib/context/cancel_test.v b/vlib/context/cancel_test.v index 0c3d45f891..c03ee71619 100644 --- a/vlib/context/cancel_test.v +++ b/vlib/context/cancel_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: amd64 || arm64 import context diff --git a/vlib/net/tcp_test.v b/vlib/net/tcp_test.v index 5055a386cf..15eaa7fa28 100644 --- a/vlib/net/tcp_test.v +++ b/vlib/net/tcp_test.v @@ -1,5 +1,4 @@ // vtest retry: 5 -// vtest flaky: true import net const test_port = 45123 diff --git a/vlib/orm/orm_create_and_drop_test.v b/vlib/orm/orm_create_and_drop_test.v index 1658be6fd5..9b61554af4 100644 --- a/vlib/orm/orm_create_and_drop_test.v +++ b/vlib/orm/orm_create_and_drop_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_custom_operators_test.v b/vlib/orm/orm_custom_operators_test.v index ca2cec4f0f..c67e0256f3 100644 --- a/vlib/orm/orm_custom_operators_test.v +++ b/vlib/orm/orm_custom_operators_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_fk_test.v b/vlib/orm/orm_fk_test.v index dc5cadd9ab..23ec201bd4 100644 --- a/vlib/orm/orm_fk_test.v +++ b/vlib/orm/orm_fk_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_fn_calls_test.v b/vlib/orm/orm_fn_calls_test.v index 46a5790c02..07d26887b0 100644 --- a/vlib/orm/orm_fn_calls_test.v +++ b/vlib/orm/orm_fn_calls_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_fn_test.v b/vlib/orm/orm_fn_test.v index ca2906fe16..a3c81d5c1e 100644 --- a/vlib/orm/orm_fn_test.v +++ b/vlib/orm/orm_fn_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import orm diff --git a/vlib/orm/orm_insert_reserved_name_test.v b/vlib/orm/orm_insert_reserved_name_test.v index b0d7651bfb..4537c1652f 100644 --- a/vlib/orm/orm_insert_reserved_name_test.v +++ b/vlib/orm/orm_insert_reserved_name_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_insert_test.v b/vlib/orm/orm_insert_test.v index 063aac4a16..c8ab6f3319 100644 --- a/vlib/orm/orm_insert_test.v +++ b/vlib/orm/orm_insert_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite import rand diff --git a/vlib/orm/orm_interface_test.v b/vlib/orm/orm_interface_test.v index 7a7041f7fb..75b0b414a9 100644 --- a/vlib/orm/orm_interface_test.v +++ b/vlib/orm/orm_interface_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite import orm diff --git a/vlib/orm/orm_last_id_test.v b/vlib/orm/orm_last_id_test.v index dfb74cfd33..63d516810b 100644 --- a/vlib/orm/orm_last_id_test.v +++ b/vlib/orm/orm_last_id_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_mut_connection_test.v b/vlib/orm/orm_mut_connection_test.v index 99c92b1545..150128b75c 100644 --- a/vlib/orm/orm_mut_connection_test.v +++ b/vlib/orm/orm_mut_connection_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import orm diff --git a/vlib/orm/orm_mut_db_test.v b/vlib/orm/orm_mut_db_test.v index 63e7258612..027621d0bd 100644 --- a/vlib/orm/orm_mut_db_test.v +++ b/vlib/orm/orm_mut_db_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_nested_struct_test.v b/vlib/orm/orm_nested_struct_test.v index 7f93338ff9..dffe4a3a71 100644 --- a/vlib/orm/orm_nested_struct_test.v +++ b/vlib/orm/orm_nested_struct_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_null_test.v b/vlib/orm/orm_null_test.v index a5705f6089..5a25cbb491 100644 --- a/vlib/orm/orm_null_test.v +++ b/vlib/orm/orm_null_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import orm import db.sqlite diff --git a/vlib/orm/orm_option_array_test.v b/vlib/orm/orm_option_array_test.v index 785b8f0442..a04efdf44f 100644 --- a/vlib/orm/orm_option_array_test.v +++ b/vlib/orm/orm_option_array_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_option_time_test.v b/vlib/orm/orm_option_time_test.v index ee7cd42686..32414802f7 100644 --- a/vlib/orm/orm_option_time_test.v +++ b/vlib/orm/orm_option_time_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite import time diff --git a/vlib/orm/orm_references_test.v b/vlib/orm/orm_references_test.v index 08e42510b1..6472c20480 100644 --- a/vlib/orm/orm_references_test.v +++ b/vlib/orm/orm_references_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_result_test.v b/vlib/orm/orm_result_test.v index 98335368ed..8d05f4da9f 100644 --- a/vlib/orm/orm_result_test.v +++ b/vlib/orm/orm_result_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_sql_or_blocks_test.v b/vlib/orm/orm_sql_or_blocks_test.v index e30ace2be7..2176723d63 100644 --- a/vlib/orm/orm_sql_or_blocks_test.v +++ b/vlib/orm/orm_sql_or_blocks_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import os import db.sqlite diff --git a/vlib/orm/orm_string_interpolation_in_where_test.v b/vlib/orm/orm_string_interpolation_in_where_test.v index 1f0b76b927..19deb5e998 100644 --- a/vlib/orm/orm_string_interpolation_in_where_test.v +++ b/vlib/orm/orm_string_interpolation_in_where_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite diff --git a/vlib/orm/orm_test.v b/vlib/orm/orm_test.v index 02b6da3046..c6eebc747a 100644 --- a/vlib/orm/orm_test.v +++ b/vlib/orm/orm_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 // vtest build: !windows // import db.mysql diff --git a/vlib/sync/channel_select_6_test.v b/vlib/sync/channel_select_6_test.v index cc78af9cea..5ea926df15 100644 --- a/vlib/sync/channel_select_6_test.v +++ b/vlib/sync/channel_select_6_test.v @@ -1,5 +1,4 @@ -// vtest flaky: true -// vtest retry: 15 +// vtest retry: 5 // This test case runs concurrent 3 instances of `do_select` that // communicate with 6 other threads doing send and receive operations. diff --git a/vlib/sync/channel_select_test.v b/vlib/sync/channel_select_test.v index 9a972b3202..d87d9c310d 100644 --- a/vlib/sync/channel_select_test.v +++ b/vlib/sync/channel_select_test.v @@ -1,7 +1,6 @@ module sync -// vtest flaky: true -// vtest retry: 6 +// vtest retry: 3 // ATTENTION! Do not use this file as an example! // For that, please look at `channel_select_2_test.v` or `channel_select_3_test.v` diff --git a/vlib/toml/tests/quoted_keys_test.v b/vlib/toml/tests/quoted_keys_test.v index 5f1a92fcb7..83ada427a0 100644 --- a/vlib/toml/tests/quoted_keys_test.v +++ b/vlib/toml/tests/quoted_keys_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import toml diff --git a/vlib/v/live/live_test.v b/vlib/v/live/live_test.v index a708f21d5a..0dbb20cd26 100644 --- a/vlib/v/live/live_test.v +++ b/vlib/v/live/live_test.v @@ -1,7 +1,6 @@ import os import time -// vtest flaky: true // vtest retry: 4 /* diff --git a/vlib/v/pref/options_test.v b/vlib/v/pref/options_test.v index ecf5894c10..c78a6900f9 100644 --- a/vlib/v/pref/options_test.v +++ b/vlib/v/pref/options_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import os import time diff --git a/vlib/v/slow_tests/crun_mode/crun_test.v b/vlib/v/slow_tests/crun_mode/crun_test.v index 147df2f1d1..6b5640801c 100644 --- a/vlib/v/slow_tests/crun_mode/crun_test.v +++ b/vlib/v/slow_tests/crun_mode/crun_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import os import time diff --git a/vlib/v/slow_tests/keep_args_alive_test.c.v b/vlib/v/slow_tests/keep_args_alive_test.c.v index 6f32353ef7..eeb064bbae 100644 --- a/vlib/v/slow_tests/keep_args_alive_test.c.v +++ b/vlib/v/slow_tests/keep_args_alive_test.c.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 4 /* * To verify the effect of "[keep_args_alive]", this attribute may be commented out. diff --git a/vlib/v/tests/builtin_arrays/array_access_optimisation_test.v b/vlib/v/tests/builtin_arrays/array_access_optimisation_test.v index 343b556a62..7bdad04634 100644 --- a/vlib/v/tests/builtin_arrays/array_access_optimisation_test.v +++ b/vlib/v/tests/builtin_arrays/array_access_optimisation_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import os diff --git a/vlib/v/tests/concurrency/atomic_test.v b/vlib/v/tests/concurrency/atomic_test.v index 2846a4c657..297f4de95c 100644 --- a/vlib/v/tests/concurrency/atomic_test.v +++ b/vlib/v/tests/concurrency/atomic_test.v @@ -1,6 +1,5 @@ import time -// vtest flaky: true // vtest retry: 3 struct App { diff --git a/vlib/v/tests/concurrency/semaphore_timed_test.v b/vlib/v/tests/concurrency/semaphore_timed_test.v index 911bb5e141..9a94ec8157 100644 --- a/vlib/v/tests/concurrency/semaphore_timed_test.v +++ b/vlib/v/tests/concurrency/semaphore_timed_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import sync import time diff --git a/vlib/v/tests/fns/go_anon_fn_variable_call_test.v b/vlib/v/tests/fns/go_anon_fn_variable_call_test.v index ca965b0ea0..5cf6ff9b64 100644 --- a/vlib/v/tests/fns/go_anon_fn_variable_call_test.v +++ b/vlib/v/tests/fns/go_anon_fn_variable_call_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 fn sum1(a int, b int) int { diff --git a/vlib/v/tests/fns/go_array_wait_test.v b/vlib/v/tests/fns/go_array_wait_test.v index 26d8aab4e6..349b15f55d 100644 --- a/vlib/v/tests/fns/go_array_wait_test.v +++ b/vlib/v/tests/fns/go_array_wait_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 fn f(x f64) f64 { diff --git a/vlib/v/tests/fns/go_wait_option_test.v b/vlib/v/tests/fns/go_wait_option_test.v index 84242e6d71..7cd04e4575 100644 --- a/vlib/v/tests/fns/go_wait_option_test.v +++ b/vlib/v/tests/fns/go_wait_option_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 fn f(n int) ?f64 { diff --git a/vlib/v/tests/project_with_c_code/main1_test.v b/vlib/v/tests/project_with_c_code/main1_test.v index 68780a8e9b..d7c63d0bae 100644 --- a/vlib/v/tests/project_with_c_code/main1_test.v +++ b/vlib/v/tests/project_with_c_code/main1_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import v.tests.project_with_c_code.mod1 diff --git a/vlib/v/tests/project_with_c_code_2/main2_test.v b/vlib/v/tests/project_with_c_code_2/main2_test.v index cbb016a001..529765e3fc 100644 --- a/vlib/v/tests/project_with_c_code_2/main2_test.v +++ b/vlib/v/tests/project_with_c_code_2/main2_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import v.tests.project_with_c_code_2.modc diff --git a/vlib/v/tests/project_with_c_code_3/main3_test.v b/vlib/v/tests/project_with_c_code_3/main3_test.v index a3afc88bcb..0cbf6070f2 100644 --- a/vlib/v/tests/project_with_c_code_3/main3_test.v +++ b/vlib/v/tests/project_with_c_code_3/main3_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import v.tests.project_with_c_code_3.mod1 diff --git a/vlib/veb/tests/large_payload_test.v b/vlib/veb/tests/large_payload_test.v index fa5d509ab8..3e912296ea 100644 --- a/vlib/veb/tests/large_payload_test.v +++ b/vlib/veb/tests/large_payload_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import veb import net.http diff --git a/vlib/x/sessions/tests/db_store_test.v b/vlib/x/sessions/tests/db_store_test.v index bf8e9713b7..ea582f46d7 100644 --- a/vlib/x/sessions/tests/db_store_test.v +++ b/vlib/x/sessions/tests/db_store_test.v @@ -1,4 +1,3 @@ -// vtest flaky: true // vtest retry: 3 import db.sqlite import x.json2 as json