mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-12-26 14:47:53 +00:00
15 lines
793 B
Plaintext
15 lines
793 B
Plaintext
par_few_duplicate_run $CSV par_few_duplicate_run $CSV
|
|
par_few_duplicate_run $CSV ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $CSV OK
|
|
par_few_duplicate_run $CSV IsADirectoryError: [Errno 21] Is a directory: '/run/shm/csv'
|
|
par_few_duplicate_run $MYSQL par_few_duplicate_run $MYSQL
|
|
par_few_duplicate_run $MYSQL ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $MYSQL OK
|
|
par_few_duplicate_run $PG par_few_duplicate_run $PG
|
|
par_few_duplicate_run $PG ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $PG DROP TABLE
|
|
par_few_duplicate_run $PG OK
|
|
par_few_duplicate_run $SQLITE par_few_duplicate_run $SQLITE
|
|
par_few_duplicate_run $SQLITE ### With many workers there will be some duplicates
|
|
par_few_duplicate_run $SQLITE OK
|