Open gerzytet opened 2 years ago
This is sort of an (unintended) feature, for all the PDC parallel tests, all ranks call PDCcont_create() at the beginning, assuming one rank sends the create request to the server, which creates a container, the rest of the ranks would just "open" the container without getting a failure. To make PDCcont_create() fail when there exists a container with the same name we will need to change the test codes to use a collective version of the PDCcont_create().
decision: make it fail
code to reproduce: