exec
dev testlogic
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
bazel test //pkg/sql/logictest/tests/... //pkg/ccl/logictestccl/tests/... //pkg/sql/opt/exec/execbuilder/tests/... --test_env=GOTRACEBACK=all --test_output errors

exec
dev testlogic ccl
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
bazel test //pkg/ccl/logictestccl/tests/... --test_env=GOTRACEBACK=all --test_output errors

exec
dev testlogic ccl opt
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
bazel test //pkg/ccl/logictestccl/tests/... //pkg/sql/opt/exec/execbuilder/tests/... --test_env=GOTRACEBACK=all --test_output errors

exec
dev testlogic base --ignore-cache 
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --nocache_test_results --test_output errors

exec
dev testlogic base --show-sql
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --test_arg -show-sql --test_output errors

exec
dev testlogic base --files=auto_span_config_reconciliation --stress
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
getenv DEV_I_UNDERSTAND_ABOUT_STRESS
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --test_arg -show-sql --test_env=COCKROACH_STRESS=true --notest_keep_going --runs_per_test=500 --test_filter auto_span_config_reconciliation/ --test_sharding_strategy=disabled --test_output errors

exec
dev testlogic base --files=auto_span_config_reconciliation --stress --timeout 1m --cpus 8
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
getenv DEV_I_UNDERSTAND_ABOUT_STRESS
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --local_cpu_resources=8 --test_arg -show-sql --test_timeout=60 --test_env=COCKROACH_STRESS=true --notest_keep_going --runs_per_test=500 --test_filter auto_span_config_reconciliation/ --test_sharding_strategy=disabled --test_output errors

exec
dev testlogic base --files=auto_span_config_reconciliation --stress
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
getenv DEV_I_UNDERSTAND_ABOUT_STRESS
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --test_arg -show-sql --test_env=COCKROACH_STRESS=true --notest_keep_going --runs_per_test=500 --test_filter auto_span_config_reconciliation/ --test_sharding_strategy=disabled --test_output errors

exec
dev testlogic base --files=auto_span_config_reconciliation --stress
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
getenv DEV_I_UNDERSTAND_ABOUT_STRESS
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --test_arg -show-sql --test_env=COCKROACH_STRESS=true --notest_keep_going --runs_per_test=500 --test_filter auto_span_config_reconciliation/ --test_sharding_strategy=disabled --test_output errors

exec
dev testlogic base --files=auto_span_config_reconciliation --stress
----
bazel info workspace --color=no
bazel info workspace --color=no
bazel run pkg/cmd/generate-logictest -- -out-dir=crdb-checkout
bazel run //pkg/gen:schemachanger
getenv DEV_I_UNDERSTAND_ABOUT_STRESS
bazel test //pkg/sql/logictest/tests/... --test_env=GOTRACEBACK=all --test_arg -show-sql --test_env=COCKROACH_STRESS=true --notest_keep_going --runs_per_test=500 --test_filter auto_span_config_reconciliation/ --test_sharding_strategy=disabled --test_output errors
