ostree/src/ostree
Colin Walters d7629d33a4 tests: Add some test coverage of repeated pulls w/HTTP 500s
Systems like pulp may want to keep retrying in a loop if the server
throws a (hopefully transient) 500, and we need test coverage of
handling these errors versus our existing 404 and 206 coverage.

Closes: #383
Approved by: mbarnes
2016-07-08 18:38:11 +00:00
..
main.c Add an `export` builtin, and API to write to libarchive 2016-02-14 09:53:01 -05:00
ot-admin-builtin-cleanup.c Remove unnecessary #include "libgsystem.h" 2015-05-06 22:07:11 -04:00
ot-admin-builtin-deploy.c libglnx porting: Use glnx_shutil_rm_rf_at() 2016-03-23 10:26:01 -04:00
ot-admin-builtin-diff.c admin: Use locking for most sysroot commands 2015-05-13 17:23:07 -04:00
ot-admin-builtin-init-fs.c libglnx porting: Port away from gs_file_ensure_directory() 2016-05-30 11:33:28 +00:00
ot-admin-builtin-instutil.c Build on older versions of glib 2016-05-25 14:01:39 +00:00
ot-admin-builtin-os-init.c lib: Add ostree_sysroot_init_osname() API, bump mtime 2016-03-03 14:21:57 -05:00
ot-admin-builtin-set-origin.c Remove unnecessary #include "libgsystem.h" 2015-05-06 22:07:11 -04:00
ot-admin-builtin-status.c admin: Add an `unlock` command, and libostree API 2016-03-23 11:09:09 -04:00
ot-admin-builtin-switch.c ostree admin switch: fix short summary 2016-06-27 18:06:25 +00:00
ot-admin-builtin-undeploy.c Use g_autoptr(GPtrArray) instead of gs_unref_ptrarray 2015-05-06 22:07:10 -04:00
ot-admin-builtin-unlock.c admin: Add an `unlock` command, and libostree API 2016-03-23 11:09:09 -04:00
ot-admin-builtin-upgrade.c libglnx porting: Migrate from GSConsole 2016-05-02 11:41:00 +00:00
ot-admin-builtins.h admin: Add an `unlock` command, and libostree API 2016-03-23 11:09:09 -04:00
ot-admin-functions.c Build on older versions of glib 2016-05-25 14:01:39 +00:00
ot-admin-functions.h Use GSubprocess instead of GSSubprocess (libgsystem removal) 2016-03-23 10:26:01 -04:00
ot-admin-instutil-builtin-grub2-generate.c grub2_generate: load sysroot before using it 2015-12-24 12:41:22 -05:00
ot-admin-instutil-builtin-selinux-ensure-labeled.c lib: Use g_file_enumerator_iterate() if available, with fallback 2016-06-21 18:24:17 +00:00
ot-admin-instutil-builtin-set-kargs.c admin: Ensure instutil commands and usage help don't grab lock 2015-05-15 09:13:50 -04:00
ot-admin-instutil-builtins.h syntax-check: Remove empty lines at the end of file 2015-02-02 15:07:56 +01:00
ot-builtin-admin.c Build on older versions of glib 2016-05-25 14:01:39 +00:00
ot-builtin-cat.c Use glnx_unref_object instead of gs_unref_object 2015-05-06 22:07:04 -04:00
ot-builtin-checkout.c checkout: Add an option to require hardlinks 2016-06-27 13:08:46 +00:00
ot-builtin-checksum.c Remove unnecessary #include "libgsystem.h" 2015-05-06 22:07:11 -04:00
ot-builtin-commit.c refs: allow overwrite of empty folders 2016-06-21 20:20:15 +00:00
ot-builtin-config.c Use glnx_unref_object instead of gs_unref_object 2015-05-06 22:07:04 -04:00
ot-builtin-diff.c Add an `export` builtin, and API to write to libarchive 2016-02-14 09:53:01 -05:00
ot-builtin-export.c ostree export: Add --prefix option 2016-04-19 12:28:06 +00:00
ot-builtin-fsck.c fsck: create a tombstone when the parent is missing 2015-11-16 10:57:33 +01:00
ot-builtin-gpg-sign.c Use g_autoptr(GVariant) instead of gs_unref_variant 2015-05-06 22:07:10 -04:00
ot-builtin-init.c build: Allow ostree to use g_autoptr on its types internally 2016-05-17 21:13:20 +00:00
ot-builtin-log.c Use g_autoptr(GVariant) instead of gs_unref_variant 2015-05-06 22:07:10 -04:00
ot-builtin-ls.c Use glnx_unref_object instead of gs_unref_object 2015-05-06 22:07:04 -04:00
ot-builtin-prune.c prune: add new flag --static-deltas-only 2015-12-18 11:21:57 +01:00
ot-builtin-pull-local.c libglnx porting: Migrate from GSConsole 2016-05-02 11:41:00 +00:00
ot-builtin-pull.c libglnx porting: Migrate from GSConsole 2016-05-02 11:41:00 +00:00
ot-builtin-refs.c refs: resolve conflict between local/remote repos 2016-06-23 19:52:26 +00:00
ot-builtin-remote.c remote: Add "ostree remote summary" command 2015-12-17 15:49:51 -05:00
ot-builtin-reset.c reset: Simplify argument checking logic 2015-09-17 12:29:14 -04:00
ot-builtin-rev-parse.c Use glnx_unref_object instead of gs_unref_object 2015-05-06 22:07:04 -04:00
ot-builtin-show.c lib: Drop GFile variant mapping API for fd-relative 2016-06-01 15:02:41 +00:00
ot-builtin-static-delta.c delta: Add --if-not-exists option 2016-07-04 13:27:06 +00:00
ot-builtin-summary.c summary: Fix a typo 2016-06-03 19:39:40 +00:00
ot-builtin-trivial-httpd.c tests: Add some test coverage of repeated pulls w/HTTP 500s 2016-07-08 18:38:11 +00:00
ot-builtins.h Add an `export` builtin, and API to write to libarchive 2016-02-14 09:53:01 -05:00
ot-dump.c core: Use OSTREE_SHA256_STRING_LEN instead of 64 2016-06-22 16:10:01 +00:00
ot-dump.h remote: Add "ostree remote summary" command 2015-12-17 15:49:51 -05:00
ot-editor.c libglnx porting: Port "load utf8 file" contents API callers 2016-05-30 11:33:28 +00:00
ot-editor.h ostree: Support for using EDITOR to fill commit subject/body 2013-08-29 21:08:32 +02:00
ot-main.c Build on older versions of glib 2016-05-25 14:01:39 +00:00
ot-main.h Build on older versions of glib 2016-05-25 14:01:39 +00:00
ot-remote-builtin-add.c ostree: Add --gpg-import to the "remote add" command 2015-05-13 13:08:49 -04:00
ot-remote-builtin-delete.c Juggling libglnx.h includes 2015-05-06 21:50:06 -04:00
ot-remote-builtin-gpg-import.c ostree: Add a "remote gpg-import" command 2015-05-13 13:08:49 -04:00
ot-remote-builtin-list.c Juggling libglnx.h includes 2015-05-06 21:50:06 -04:00
ot-remote-builtin-refs.c Add OstreeRepo option for an out-of-band cache dir 2016-04-14 15:55:08 +00:00
ot-remote-builtin-show-url.c Juggling libglnx.h includes 2015-05-06 21:50:06 -04:00
ot-remote-builtin-summary.c Add OstreeRepo option for an out-of-band cache dir 2016-04-14 15:55:08 +00:00
ot-remote-builtins.h remote: Add "ostree remote summary" command 2015-12-17 15:49:51 -05:00
parse-datetime.h parse-datetime: use the module from gnulib 2015-12-04 11:10:46 -05:00
parse-datetime.y parse-datetime: use the module from gnulib 2015-12-04 11:10:46 -05:00