Skip to content

Conversation

@azotcsit
Copy link
Contributor

No description provided.

Copy link
Contributor

@ekaterinadimitrova2 ekaterinadimitrova2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One super nit that can be taken care of on commit.
Otherwise the patch looks good, pretty deterministic test now, I still tested everything and I can confirm:


ThreadMXBean threads = ManagementFactory.getThreadMXBean();
int threadCount = threads.getThreadCount();
List<Long> existingThreadids = Arrays.stream(threads.getAllThreadIds()).boxed().collect(Collectors.toList());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: existingThreadIds or existingThreadIDs

@azotcsit azotcsit force-pushed the cassandra-16862_db_descriptor_test-trunk branch from 72c722c to a4a3fad Compare September 20, 2021 14:51
@azotcsit
Copy link
Contributor Author

Merged as e9645cc.

@azotcsit azotcsit closed this Sep 20, 2021
@azotcsit azotcsit deleted the cassandra-16862_db_descriptor_test-trunk branch September 20, 2021 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants