netcdf-c/ncdap_test
Dennis Heimbigner 9719fbfbad re: hithub issue https://github.com/Unidata/netcdf-c/issues/435
Some temporary files are being left in a tempdir (e.g. /tmp
under *nix*).

The situation is described tersely in
netcdf-c/docs/auth.html#REDIR Basically, when a url is used that
requires redirection, a physical cookiejar file is required
to exist in the file system in order for this to work.

Since it was difficult to figure out when redirection was
being used (it was internal to libcurl) I needed to be prepared for that
eventuality. The result was that I always created a cookiejar file if one
was not specified in the rc file. This actually occurs in two places:
one inside oc2 and one inside libdap4.

The solution was two-fold:
1. do not use a cookiejar directory -- create cookiejar file directly
2. ensure that all cookiejar related files are reclaimed by nc_close().
Note that if nc_close (or nc_abort) is not called for whatever reason,
then reclamation will not occur.
2017-07-05 10:03:48 -06:00
..
expected3 Forgot to add test files to github 2017-06-28 15:08:20 -06:00
expectremote3 Update affected test cases 2017-03-11 18:17:38 -07:00
expecttds3
nocacheremote3
special3
testdata3 Forgot to add test files to github 2017-06-28 15:08:20 -06:00
CMakeLists.txt Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
findtestserver.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Makefile.am re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
run_ncdap_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
t_auth.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
t_dap3a.c re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
t_dap3b.c
t_dap3c.c
t_dap4.c
t_dap4a.c
t_dap4c.c
t_dap.c re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
t_misc.c
t_ncf330.c
t_srcdir.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_cvt.c re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
test_environment.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_nstride_cached.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_partvar2.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_partvar.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
test_vara.c
test_varm3.c re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
testauth.old Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
testauth.sh re: hithub issue https://github.com/Unidata/netcdf-c/issues/435 2017-07-05 10:03:48 -06:00
testauth.sh.old Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
testurl.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_formatx.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
tst_longremote3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncdap3.sh Fix for github issue https://github.com/Unidata/netcdf-c/issues/310. 2017-06-28 13:51:01 -06:00
tst_ncdap_shared.sh Fix for github issue https://github.com/Unidata/netcdf-c/issues/310. 2017-06-28 13:51:01 -06:00
tst_ncdap.sh Fix for github issue https://github.com/Unidata/netcdf-c/issues/310. 2017-06-28 13:51:01 -06:00
tst_nocache3.sh
tst_remote3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_remote.sh Fix for github issue https://github.com/Unidata/netcdf-c/issues/310. 2017-06-28 13:51:01 -06:00
tst_special.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
tst_tds.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00