aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/discard_graph_edges_test.sh
Commit message (Expand)AuthorAge
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Add option --experimental_discard_actions_after_execution in order to turn it...Gravatar janakr2018-05-15
* bash: Add a toolchain for local Bash.Gravatar Laszlo Csomor2018-04-16
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* Add an additional attempt to get a heap histogram since jmap on Bazel CI appe...Gravatar janakr2018-01-16
* Disable test_actions_deleted_after_execution_nobatch_keep_analysisGravatar dslomov2018-01-15
* Rename --keep_incrementality_data to --track_incremental_state.Gravatar ccalvarin2017-12-14
* Automated rollback of commit 9321316b34767b06c3071b2cf2a4de189874fcce.Gravatar ccalvarin2017-12-11
* Add --incremental_state_retention_strategyGravatar ccalvarin2017-12-11
* RELNOTES: --keep_incrementality_data flag allows Bazel servers to be run in m...Gravatar janakr2017-11-12
* Fix a bug in which --experimental_post_build_query crashes if asked to run on...Gravatar janakr2017-11-10
* Don't require --keep_going to discard graph edges. It's unnecessary.Gravatar janakr2017-11-02
* Extract test_actions_deleted_after_execution to a library for internal use.Gravatar janakr2017-10-27
* Reset evaluator eagerly when incremental state changes. And add a regression ...Gravatar janakr2017-10-24
* Unbreak discard_graph_edges_test.Gravatar philwo2017-09-12
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Drop lower limit for RuleConfiguredTarget in object-counting test to account ...Gravatar pcloudy2017-09-05
* Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.Gravatar cpeyser2017-09-01
* Bazel c++ rules depend on a c++ toolchain.Gravatar cpeyser2017-09-01
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Add debugging to other flaky test case in discard_graph_edges_test. We actual...Gravatar janakr2017-08-29
* Enforce that there should be no RuleConfiguredTarget objects on the heap duri...Gravatar janakr2017-08-28
* Replace deprecated `set` constructor and its order names in integration testsGravatar vladmos2017-08-24
* Remove unused module-related optionsGravatar hlopko2017-07-28
* Write directly to stdout when debugging in test: otherwise test log can get o...Gravatar janakr2017-07-24
* Be more precise in which values we're looking for in the histogram: just Glob...Gravatar janakr2017-07-20
* Add debugging for flaky test: maybe fifo problem.Gravatar Janak Ramakrishnan2017-07-07
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Disable test_packages_cleared because it is flaky on CI.Gravatar jcater2017-06-09
* Automated g4 rollback of commit 6879d7ceff0e118fdecb0cabe5134979030b7cb8.Gravatar Googler2017-05-11
* Automated g4 rollback of commit cbbb423663b154d82e3dfa5e9a56839583987999.Gravatar Googler2017-05-10
* RELNOTES: Effectively remove sysroot from CppConfiguration and allow it to us...Gravatar Googler2017-05-09
* test_action_conflict no longer relies on cc_binary internalsGravatar cparsons2017-04-12
* Remove static declaration of apple split transitions, as this is no longer ne...Gravatar cparsons2017-04-10
* When tracking the critical path, if not keeping incremental state, don't keep...Gravatar janakr2017-04-06
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Add option to disable critical path computation in Bazel. While this informat...Gravatar janakr2017-03-31
* Drop loading-phase values if --discard_analysis_cache is true and we're not k...Gravatar janakr2017-03-31
* Clear AspectValues when discarding analysis cache, along with ConfiguredTarge...Gravatar janakr2017-03-29
* Create a proper wrapper script for executing "bazel" in the integration tests.Gravatar Luis Fernando Pino Duque2016-10-19
* Open source discard_graph_edges_test.Gravatar John Cater2016-09-14