8000 Cleaner test output, enhanced filters. by adityamukho · Pull Request #16021 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Cleaner test output, enhanced filters. #16021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Mar 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed sniffing template.
  • Loading branch information
Aditya Mukhopadhyay committed Mar 30, 2022
commit c85b1813f11d37d44b2684edadbc580cedb09f13
3 changes: 0 additions & 3 deletions js/client/modules/@arangodb/testutils/process-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2202,9 +2202,6 @@ function launchFinalize(options, instanceInfo, startTime) {
' - ' + arangod.args['database.directory']);
});

if (!options.noStartStopLogs && options.sniff !== false) {
print(Date() + ' sniffing template:\n tcpdump -ni lo -s0 -w /tmp/out.pcap ' + ports.join(' or ') + '\n');
}
if (options.sniff !== undefined && options.sniff !== false) {
options.cleanup = false;
let device = 'lo';
Expand Down
0