Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trial -jN -u ... miscounts tests run #10311

Closed
twisted-trac opened this issue Feb 19, 2022 · 2 comments
Closed

trial -jN -u ... miscounts tests run #10311

twisted-trac opened this issue Feb 19, 2022 · 2 comments

Comments

@twisted-trac
Copy link

exarkun's avatar @exarkun reported
Trac ID trac#10311
Type enhancement
Created 2022-02-19 21:58:05Z
$ trial -j1 -u _zkapauthorizer.tests.test_schema                                                                             
Loaded profile default                                                                                                                                                            
Running 1 tests.                                                                                                                                                                  
_zkapauthorizer.tests.test_schema                                                                                                                                                 
  UpgradeTests                                                                                                                                                                    
    test_consistency ...                                                   [OK]                                                                                                   
                                                                                                                                                                                  
-------------------------------------------------------------------------------                                                                                                   
Ran 1 tests in 0.000s                                                                                                                                                             
                                                                                                                                                                                  
PASSED (successes=1)                                                                                                                                                              
    test_consistency ...                                                   [OK]                                                                                                   
                                                                                                                                                                                  
-------------------------------------------------------------------------------                                                                                                   
Ran 2 tests in 0.002s                                                                                                                                                             
                                                                                                                                                                                  
PASSED (successes=2)                                                                                                                                                              
    test_consistency ...                                                   [OK]                                                                                                   
                                                                                                                                                                                  
-------------------------------------------------------------------------------                                                                                                   
Ran 3 tests in 0.004s                                                                                                                                                             
                                                                                                                                                                                  
PASSED (successes=3)                                                                                                                                                              
    test_consistency ...                                                   [OK]                                                                                                   
                                                                                                                                                                                  
.
.
.

The suite has 1 test in it. Each iteration of trial's -u feature runs 1 test. But each report counts the total number of tests and successes that have run by trial since it began.

Searchable metadata
trac-id__10311 10311
type__enhancement enhancement
reporter__exarkun exarkun
priority__normal normal
milestone__None None
branch__ 
branch_author__ 
status__closed closed
resolution__fixed fixed
component__trial trial
keywords__None None
time__1645307885376396 1645307885376396
changetime__1651588599147122 1651588599147122
version__None None
owner__None None

@twisted-trac
Copy link
Author

exarkun's avatar @exarkun commented

#1726

@twisted-trac
Copy link
Author

exarkun's avatar @exarkun set status to closed

Merged in f696724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant