Files
spring-data-redis/.gitignore
Thomas Darimont f425925dd5 DATAREDIS-245 - Prevent Excessive Thread creation in tests.
Due to some missing cleanup procedures excessive thread creation lead to JVM crashes during a full test run on some machines.
Improved test harness in order to properly shutdown unused threads.
Rewritten testPubSubWithNamedChannels in order to make it pass reliably by keeping the original test semantics.
Rewritten testPubSubWithPatterns in order to make it pass reliably by keeping the original test semantics.
2014-01-16 15:11:11 +01:00

17 lines
120 B
Plaintext

.DS_Store
target
bin
build
.gradle
.springBeans
pom.xml
*.iml
*.ipr
*.iws
*.log
.classpath
.project
.settings
.idea
out