1. 89b2459 Unify OS APIs into one API by Inseob Kim · 1 year, 11 months ago
  2. 2ef575b Remove timestamps from genrule jars by Dan Willemsen · 1 year, 11 months ago
  3. 8704861 Simplify test ownership. by Alan Stokes · 2 years ago
  4. 38b9e71 Introduce avf_build_flags_cc cc_defaults by Nikita Ioffe · 2 years ago
  5. d9dda0c Replace use of deprecated logging functions by Jeff Vander Stoep · 2 years ago
  6. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 2 years ago
  7. d7766a5 Run device side tests also on microdroid GKI by Inseob Kim · 2 years, 1 month ago
  8. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 2 years, 5 months ago
  9. ae381ca Remove unused fs-verity signature by Victor Hsieh · 2 years, 6 months ago
  10. 974f95f Stop using fs-verity signature by Victor Hsieh · 2 years, 6 months ago
  11. 64d2e41 Explicitly include MicrodroidTestPreparer in the test module by Jaewan Kim · 2 years, 10 months ago
  12. 6d11d37 Include MicrodroidTestPreparer where it's used by Jaewan Kim · 2 years, 10 months ago
  13. 15819f5 Disable AVF debug policies for tests by Jaewan Kim · 2 years, 10 months ago
  14. 281e07d Don't leak threads. by Alan Stokes · 2 years, 10 months ago
  15. a12763c AuthFsBenchmarks: Use measure_io from /mnt/apk/bin by Nikita Ioffe · 2 years, 11 months ago
  16. a7cb367 Make sure that files under bin/ directory of apk get X permission by Nikita Ioffe · 2 years, 11 months ago
  17. aa1efc4 Prepare for clap 4. by Andrew Walbran · 3 years, 6 months ago
  18. 8f3cf0e Change clock() in benchmarks to clock_gettime() by Inseob Kim · 3 years, 1 month ago
  19. df4e000 Restart fd_server per authfs benchmark trial by Inseob Kim · 3 years, 2 months ago
  20. 1219613 Add DeviceProperties class to get properties in both host/device tests by Alice Wang · 3 years, 2 months ago
  21. 579251e [benchmarks] Skip AuthFsBenchmarks on cuttlefish device by Alice Wang · 3 years, 2 months ago
  22. 37196d0 [authfs][test] Use static fields from AuthFsTestRule in tests by Alice Wang · 3 years, 3 months ago
  23. f31230f [authfs][test] Remove redundant supportsMicrodroid() check by Alice Wang · 3 years, 3 months ago
  24. cd9ab9b [benchmark] Collect authfs IO benchmarks in both (un)protected VMs by Alice Wang · 3 years, 3 months ago
  25. 6198917 [authfs][test] Run authfs host and benchmark tests in protected Vm by Alice Wang · 3 years, 3 months ago
  26. e4829c8 [benchmarks][authfs] Run AuthFsBenchmarks in postsubmit by Alice Wang · 3 years, 3 months ago
  27. e6a9dd8 [benchmark][authfs] Shutdown Microdroid after each test by Alice Wang · 3 years, 3 months ago
  28. 1f9fdf3 [benchmark] Add benchmarks for authfs seq/rand write by Alice Wang · 3 years, 3 months ago
  29. c9bfdcc [benchmark] Improve authfs/measure_io.cpp error message with errx() by Alice Wang · 3 years, 3 months ago
  30. f538ddf [benchmark][authfs] Add benchmarks for authfs random read by Alice Wang · 3 years, 3 months ago
  31. c3b8a80 [benchmark][authfs] Add benchmarks for authfs remote file reading by Alice Wang · 3 years, 3 months ago
  32. 2a70188 [authfs][Test] Move --cid from tests to AuthFsTestRule by Alice Wang · 3 years, 3 months ago
  33. c614490 Add AuthFsTestRule to facilitate authfs benchmark addition by Alice Wang · 3 years, 6 months ago
  34. 6e8fab8 Add test that makes fd_server use of fs-verity ioctl by Victor Hsieh · 4 years ago
  35. 7f7c439 Rename host test helper package to com.android.microdroid.test.host by Alice Wang · 3 years, 5 months ago
  36. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years, 5 months ago
  37. e0d1e20 open_then_run: Hold fd with OwnedFd instead of File/Dir by Victor Hsieh · 3 years, 5 months ago
  38. a8dc271 migrate to clap 3.x by Jeff Vander Stoep · 3 years, 6 months ago
  39. abc8925 Temporarily use libclap_deprecated by Jeff Vander Stoep · 3 years, 6 months ago
  40. f9fe9a0 Rename VirtualizationTestHelper to MicrodroidHostTestHelper by David Brazdil · 3 years, 6 months ago
  41. 6ad6440 Make authfs tests independent of BuildManifest.apk by Andrew Scull · 3 years, 7 months ago
  42. 9cf6050 data_device_bins renamed to data_device_bins_first by Sam Delmerico · 3 years, 8 months ago
  43. c896f91 Introduce CommandResultSubject by Victor Hsieh · 3 years, 9 months ago
  44. 088df31 AuthFsHostTest: stop inheriting VirtualizationTestCaseBase by Victor Hsieh · 3 years, 10 months ago
  45. e221e21 Move code for log archive to new helper class by Victor Hsieh · 3 years, 10 months ago
  46. 4d85a85 Re-enable test with fixes by Alan Stokes · 3 years, 9 months ago
  47. 80ed8fd Temporarily disable test by Alan Stokes · 3 years, 9 months ago
  48. 9e75857 Reland: Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 10 months ago
  49. 4bdd2e8 Revert "Migrate AuthFsHostTest to use MicrodroidBuilder" by Katherine Kuan · 3 years, 10 months ago
  50. d4244be Migrate AuthFsHostTest to use MicrodroidBuilder by Victor Hsieh · 3 years, 10 months ago
  51. 5507664 Archive VM logs for test cases by Victor Hsieh · 3 years, 11 months ago
  52. 8a11827 Merge "Fix explicit checks for /dev/kvm" by Treehugger Robot · 3 years, 11 months ago
  53. 5222a2d Fix test action that tampered file at wrong offset by Victor Hsieh · 3 years, 11 months ago
  54. afdfd0e Verify the last incomplete chunk on resize by Victor Hsieh · 3 years, 11 months ago
  55. 3e35f9a Verify read_chunk for writable file by Victor Hsieh · 3 years, 11 months ago
  56. e61e324 Fix explicit checks for /dev/kvm by Alan Stokes · 3 years, 11 months ago
  57. 29de517 Relanding: "Add our integration tests to cts" by Jiyong Park · 4 years ago
  58. 70bf068 Revert "Add our integration tests to cts" by Jiyong Park · 4 years ago
  59. f41a7c6 Remove MicrodroidTestApp.signed by Jiyong Park · 4 years ago
  60. a735165 Add our integration tests to cts by Jiyong Park · 4 years ago
  61. c0f5fa7 Remove workarounds by data_device_bins by Victor Hsieh · 4 years ago
  62. 5deba52 Authenticate file w/ fs-verity digest in hex by Victor Hsieh · 4 years ago
  63. 9978257 Use fs-verity digests proto to build the directory by Victor Hsieh · 4 years, 1 month ago
  64. 032615f Add options for configuring number of vCPUs and CPU affinity by Jiyong Park · 4 years ago
  65. c0886c2 Use fsverity metadata file for authfs by Inseob Kim · 4 years, 1 month ago
  66. c94ae6a Merge "Revert "open_then_run: open directory as path fd"" by Treehugger Robot · 4 years, 1 month ago
  67. 0e8976f Revert "open_then_run: open directory as path fd" by Victor Hsieh · 4 years, 3 months ago
  68. 43a751e Implement directory listing by Victor Hsieh · 4 years, 1 month ago
  69. f393a72 Support setting file mode by Victor Hsieh · 4 years, 1 month ago
  70. dd99b46 Support unlink and rmdir by Victor Hsieh · 4 years, 2 months ago
  71. f7fc3d3 Implement statfs for authfs by Victor Hsieh · 4 years, 2 months ago
  72. 015bcb5 Support remote directories in authfs_service by Victor Hsieh · 4 years, 2 months ago
  73. d18b975 Support remote readonly directory by Victor Hsieh · 4 years, 2 months ago
  74. b3588ce Remove unnecessary local ID in authfs by Victor Hsieh · 4 years, 3 months ago
  75. 4563623 authfs: support remote output directory by Victor Hsieh · 4 years, 3 months ago
  76. 4390a92 Workaround a quirk in the OpenOptions unix impl by Victor Hsieh · 4 years, 3 months ago
  77. 994d608 Distinguish test executable name and its Soong module name by Victor Hsieh · 4 years, 3 months ago
  78. 9646ebf open_then_run: open directory as path fd by Victor Hsieh · 4 years, 3 months ago
  79. 52bfdd2 Don't open directory with O_RDWR by Victor Hsieh · 4 years, 3 months ago
  80. a71734b Fix AuthFsHostTest on some devices by Victor Hsieh · 4 years, 3 months ago
  81. ae67d3b Use a test helper executable to open files by Victor Hsieh · 4 years, 3 months ago
  82. c2a49cc Define debug levels by Jiyong Park · 4 years, 3 months ago
  83. eecbe72 Fix race in AuthFsHostTest. by Alan Stokes · 4 years, 4 months ago
  84. d63cfff Add --mem option to the vm tool by Jiyong Park · 4 years, 4 months ago
  85. 64d96fb Merge "Revert "Enable pKVM before running tests"" by Treehugger Robot · 4 years, 4 months ago
  86. 69c30bf Revert "Enable pKVM before running tests" by Dan Shi · 4 years, 4 months ago
  87. 9a54133 Merge "Enable pKVM before running tests" by Andrew Scull · 4 years, 4 months ago
  88. 1a8cd04 authfs: Remove local binder support by Victor Hsieh · 4 years, 5 months ago
  89. 50d75ac Remove file size from authfs flags by Victor Hsieh · 4 years, 5 months ago
  90. 86ba5b3 Enable pKVM before running tests by Andrew Scull · 4 years, 5 months ago
  91. 5534e52 Speed up AuthFsHostTest by reusing the VM by Victor Hsieh · 4 years, 6 months ago
  92. f29fe39 Revert "Merge AuthFsHostTest into MicrodroidTestCase" by Jiyong Park · 4 years, 6 months ago
  93. 7fc99e6 Merge AuthFsHostTest into MicrodroidTestCase by Victor Hsieh · 4 years, 7 months ago
  94. d8a5f96 Move AuthFsHostTest into VM by Victor Hsieh · 4 years, 7 months ago
  95. f9f3903 authfs: Add integration test for file resizing by Victor Hsieh · 4 years, 9 months ago
  96. 7c51aa4 Replace sleep with polling in AuthFsHostTest by Victor Hsieh · 4 years, 10 months ago
  97. 27b482e [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization by Bob Badour · 4 years, 10 months ago
  98. 85b4f73 authfs: Integration test by Victor Hsieh · 4 years, 11 months ago