You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From http://irclog.iq.harvard.edu/dataverse/2018-01-26#i_62551; the "source of truth" for which integration tests are regularly run (and expected to pass) isn't publicly visible (readme for docker all-in-one integration test instructions is also out of date, apparently). At the moment, expected passing ones are: DataversesIT,DatasetsIT,SwordIT,AdminIT,BuiltinUsersIT,UsersIT,UtilIT,ConfirmEmailIT,FileMetadataIT,FilesIT,SearchIT,InReviewWorkflowIT.
Running with -Dtest='*IT' attempts to run all integration tests, including some that are expected to fail with current codebase / integration test setup configuration (BatchImportIT,GeoconnectIT,ThumbnailsIT,DataCaptureModuleServiceBeanIT,S3AccessIT). No luck so far with wildcard/regex CLI options to exclude these (potentially org.junit.Ignore annotation).
The text was updated successfully, but these errors were encountered:
From http://irclog.iq.harvard.edu/dataverse/2018-01-26#i_62551; the "source of truth" for which integration tests are regularly run (and expected to pass) isn't publicly visible (readme for docker all-in-one integration test instructions is also out of date, apparently). At the moment, expected passing ones are:
DataversesIT,DatasetsIT,SwordIT,AdminIT,BuiltinUsersIT,UsersIT,UtilIT,ConfirmEmailIT,FileMetadataIT,FilesIT,SearchIT,InReviewWorkflowIT
.Running with
-Dtest='*IT'
attempts to run all integration tests, including some that are expected to fail with current codebase / integration test setup configuration (BatchImportIT,GeoconnectIT,ThumbnailsIT,DataCaptureModuleServiceBeanIT,S3AccessIT
). No luck so far with wildcard/regex CLI options to exclude these (potentiallyorg.junit.Ignore
annotation).The text was updated successfully, but these errors were encountered: