https://github.com/thinkaurelius/titan
Revision ca60b3624265cf39b83c6ba558bf480cf39a1317 authored by Dan LaRocque on 02 May 2015, 03:06:16 UTC, committed by Dan LaRocque on 02 May 2015, 03:06:16 UTC
I added three new TitanGraphTest methods that require the storage
backend to support cell TTL in
8f1520d60d79c8346a51258e5d96a7a107f26796, but I didn't do anything to
ensure they only ran on stores that could support cell TTL.  This
caused spurious failures on some stores (e.g. InMemory).  Adding early
returns as is in similar cell-TTL-dependent test methods, even though
I'm not enthusiastic about early return in test methods.q
1 parent df42713
History
Tip revision: ca60b3624265cf39b83c6ba558bf480cf39a1317 authored by Dan LaRocque on 02 May 2015, 03:06:16 UTC
Skip three cell-TTL-based tests as store dictates
Tip revision: ca60b36

README.textile

back to top