ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/SubmissionPublisherTest.java
Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Jan 26 13:33:06 2021 UTC (3 years, 2 months ago) by dl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Replace Integer with Item class

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Dec 16 22:55:54 2019 UTC (4 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
fix a few [UnusedVariable] warnings

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 21:15:49 2018 UTC (5 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.28: +5 -1 lines
Diff to previous 1.28
8212899: testMissedSignal_8187947: timed out waiting for CountDownLatch for 40 sec

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 21:49:33 2018 UTC (5 years, 8 months ago) by jsr166
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27
Fix errorprone warning [FutureReturnValueIgnored]

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 16:24:09 2018 UTC (5 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.26: +1 -3 lines
Diff to previous 1.26
don't swallow exceptions, even when you're testing something else

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 22:59:18 2018 UTC (6 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
use <>

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 00:16:40 2017 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.24: +1 -0 lines
Diff to previous 1.24
fix 4jdk8-tck target

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 01:19:51 2017 UTC (6 years, 4 months ago) by jsr166
Branch: MAIN
Changes since 1.23: +28 -0 lines
Diff to previous 1.23
add test for JDK-8187947: A race condition in SubmissionPublisher

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 26 21:37:56 2017 UTC (6 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Avoid capacity assumptions

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Nov 4 12:49:58 2017 UTC (6 years, 5 months ago) by dl
Branch: MAIN
Changes since 1.21: +1 -4 lines
Diff to previous 1.21
Omit racy check in testEstimateMinimumDemand

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon May 29 22:44:27 2017 UTC (6 years, 10 months ago) by jsr166
Branch: MAIN
Changes since 1.20: +9 -7 lines
Diff to previous 1.20
more timeout handling rework; remove most uses of MEDIUM_DELAY_MS; randomize timeouts and TimeUnits; write out IAE and ISE

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 20:42:20 2017 UTC (7 years, 1 month ago) by jsr166
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
better assertion style

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 9 00:11:16 2017 UTC (7 years, 1 month ago) by dl
Branch: MAIN
Changes since 1.18: +8 -1 lines
Diff to previous 1.18
Conform to reactive-stream.org -- reject request(0)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 06:09:58 2017 UTC (7 years, 3 months ago) by jsr166
Branch: MAIN
Changes since 1.17: +18 -19 lines
Diff to previous 1.17
convert to Diamond

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 15 17:34:51 2016 UTC (7 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
incorporate review suggestion

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 22:11:45 2016 UTC (7 years, 4 months ago) by dl
Branch: MAIN
Changes since 1.15: +3 -0 lines
Diff to previous 1.15
Test that onSubscribe has precedence over onError

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 6 22:50:32 2016 UTC (7 years, 5 months ago) by jsr166
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
elide unnecessary braces

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 24 22:22:39 2016 UTC (7 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.13: +0 -10 lines
Diff to previous 1.13
fix imports

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 18:19:57 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
whitespace

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 17:18:13 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.11: +9 -20 lines
Diff to previous 1.11
Use same default executor conventions as CompletableFuture

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 17:11:12 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.10: +3 -4 lines
Diff to previous 1.10
whitespace

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 11:25:15 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.9: +53 -9 lines
Diff to previous 1.9
Remove Flow.stream for now; move consume to SubmissionPublisher

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 19:44:10 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Changes since 1.8: +20 -11 lines
Diff to previous 1.8
Faster timeout checks

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 21:36:03 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
typos

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 21:25:50 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.6: +12 -6 lines
Diff to previous 1.6
switch to LONG_DELAY_MS when not testing timeouts; check that we never time out

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 20:53:10 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.5: +71 -71 lines
Diff to previous 1.5
use blessed argument order for assertEquals

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 20:34:34 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.4: +0 -3 lines
Diff to previous 1.4
whitespace

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 20:33:41 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
testEmptyTimedOffer: actually use timed offer

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 20:28:47 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.2: +15 -15 lines
Diff to previous 1.2
do not capitalize method names in javadoc

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 20:20:40 2015 UTC (8 years, 7 months ago) by jsr166
Branch: MAIN
Changes since 1.1: +21 -28 lines
Diff to previous 1.1
adjust all try...catch..success blocks

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 17:14:06 2015 UTC (8 years, 7 months ago) by dl
Branch: MAIN
Add SubmissionPublisher tests

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a