summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct error handling for unconstructible storage backendJoel Rosdahl2021-11-171-0/+11
* feat: Add namespace supportJoel Rosdahl2021-11-082-0/+59
* fix: Don’t update manifest on preprocessed hit with disabled direct modeJoel Rosdahl2021-09-281-0/+5
* test: Cope with CC being a wrapper script that uses ccacheJoel Rosdahl2021-09-2023-157/+169
* test: Silence stray outputJoel Rosdahl2021-09-201-2/+2
* test: Use shell builtin pwd for basedir test (#933)Kira Bruneau2021-09-131-1/+1
* fix: Always store configuration origin value (#928)Gregor Jasny2021-09-072-0/+12
* fix(test): Pass all three required arguments to expect_file_count (#925)Gregor Jasny2021-08-292-2/+2
* fix(test): Fix basedir suite failure with symlinked PWDJoel Rosdahl2021-08-241-1/+1
* test: Improve output of differing text files on failureJoel Rosdahl2021-08-243-17/+5
* fix(test): Fix .incbin test with newer binutilsJoel Rosdahl2021-08-201-2/+4
* feat: Improve statistics summaryJoel Rosdahl2021-08-161-10/+10
* feat: Print statistics IDs instead of descriptions to debug logJoel Rosdahl2021-08-161-1/+1
* fix(test): Fix typos in trim_dir suiteJoel Rosdahl2021-08-101-2/+3
* feat: Add --trim-dir option for usage with secondary storage directoriesJoel Rosdahl2021-08-102-0/+42
* feat: Add share-hits attribute for secondary storageJoel Rosdahl2021-08-101-0/+27
* feat: Add reshare config optionJoel Rosdahl2021-08-101-0/+45
* feat: Add statistics for forced recachesJoel Rosdahl2021-08-102-2/+6
* feat: Add statistics for primary/secondary hits/missJoel Rosdahl2021-08-104-2/+32
* feat: Add statistics for direct/preprocessed cache missJoel Rosdahl2021-08-105-0/+22
* test: Use machine-parsable statistics IDs in testsJoel Rosdahl2021-08-1037-1912/+1920
* refactor(test): Improve duplicate tests in base suiteJoel Rosdahl2021-08-101-13/+7
* feat(file-storage): Add support for flat layoutJoel Rosdahl2021-08-071-1/+37
* feat(http-storage): Add support for subdirs layout, making it defaultJoel Rosdahl2021-08-071-1/+36
* enhance(test): Let http-server create subdirectories as neededJoel Rosdahl2021-08-071-0/+1
* fix(test): Remove debug printout and move Bazel layout testJoel Rosdahl2021-08-071-34/+33
* feat(storage): Add support for cache sharding on secondary storage (#912)Joel Rosdahl2021-08-071-0/+13
* feat(http-storage): Add support for the Bazel HTTP caching protocolJoel Rosdahl2021-07-281-0/+34
* fix(test): Flush stdout/stderr on http-server terminationJoel Rosdahl2021-07-281-1/+10
* style: Format Python code with BlackJoel Rosdahl2021-07-282-31/+70
* Tweak languageJoel Rosdahl2021-07-201-2/+2
* test: Use test_failed_internal in inode_cache suiteJoel Rosdahl2021-07-201-1/+1
* Store secondary storage hits in primary storageJoel Rosdahl2021-07-193-13/+13
* Improve secondary storage frameworkJoel Rosdahl2021-07-192-7/+10
* HTTP storage: Fix IPv6 address handling (#898)Gregor Jasny2021-07-171-0/+44
* Expose list of enabled features (#897)Gregor Jasny2021-07-142-2/+4
* HTTP storage: Implement authentication support (#895)Gregor Jasny2021-07-143-4/+96
* Only run redis test if backend is enabled (#891)Gregor Jasny2021-07-131-0/+2
* Add test for Redis storage with passwordJoel Rosdahl2021-07-121-1/+38
* Remove read-only tests of HTTP and Redis storage backendsJoel Rosdahl2021-07-122-67/+1
* Make secondary_http and secondary_redis tests independentJoel Rosdahl2021-07-123-41/+49
* test: Fix secondary_http suite for test/run called with relative pathJoel Rosdahl2021-07-121-2/+3
* Touch up Redis storage code slightlyJoel Rosdahl2021-07-121-18/+23
* Add optional Redis secondary storage backend (#875)Anders Björklund2021-07-102-0/+96
* Add secondary HTTP storageGregor Jasny2021-07-085-0/+232
* Merge pull request #881 from gjasny/use-url-classJoel Rosdahl2021-07-062-0/+34
|\
| * Use URL class for URL parsingGregor Jasny2021-07-052-0/+34
* | Require CMake 3.10 (#885)Gregor Jasny2021-07-061-15/+2
|/
* Add util::to_absolute_pathJoel Rosdahl2021-07-041-0/+6
* Add integration test for stats_logJoel Rosdahl2021-07-032-0/+24