bazel-lib/lib/tests/write_source_files
Matt 59453e5c50
fix: Set size to a default value as well as timeout. (#839)
* fix: Set size to a default value as well as timeout.

Currently, we are unable to run our `write_source_files` tests in our pre-upload checks, because we have `--test_size_filter=small`, and setting `size` will attempt to set it on both the run rule and the test rule, the former being invalid.

* code review feedback

* chore: fix one more test that should use size for defaulting

---------

Co-authored-by: Alex Eagle <alex@aspect.dev>
2024-07-19 12:50:50 -07:00
..
build_files_in_outs chore: update pre-commit buildifier (#563) 2023-09-29 14:42:33 -07:00
e2_dir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
e_dir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
es2_dir/subdir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
es_dir/subdir feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
hidden_dir fix: Directory hidden files in write_source_file. (#860) 2024-06-11 00:30:53 -07:00
merged_dir chore: add example of using write_source_file to merge output tree artifact files with source files that are already in an output directory (#730) 2024-01-22 21:03:31 -08:00
subdir
subdir_test_input/a/b/c feat: make bazel-lib the source-of-truth for Aspect recommended bazelrc settings (#369) 2023-02-16 16:59:21 -08:00
subpkg feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00
symlinks_input feat: make bazel-lib the source-of-truth for Aspect recommended bazelrc settings (#369) 2023-02-16 16:59:21 -08:00
.gitignore feat: add executable attribute to write_source_files 2022-12-03 10:46:08 -08:00
BUILD.bazel fix: Directory hidden files in write_source_file. (#860) 2024-06-11 00:30:53 -07:00
a.js
a2.js
b.js
b2.js
f.js
f2.js
g.js
g2.js
skylib_LICENSE
write_source_file_test.bzl fix: Set size to a default value as well as timeout. (#839) 2024-07-19 12:50:50 -07:00