Fix ets:rename during ets:delete_all_objects
A concurrent call to ets:rename could cause ets:delete_all_objects to fail halfway through with badarg and "the table identifier does not refer to an existing ETS table".
CT Test Results
4 files 199 suites 1h 13m 36s :stopwatch: 3 068 tests 2 973 :heavy_check_mark: 93 :zzz: 2 :x: 3 675 runs 3 560 :heavy_check_mark: 113 :zzz: 2 :x:
For more details on these failures, see this check.
Results for commit 423690db.
:recycle: This comment has been updated with latest results.
To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.
See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.
Artifacts
// Erlang/OTP Github Action Bot