Skip to content

Commit

Permalink
use less resources when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurNicolas committed Jul 13, 2019
1 parent 7d13aae commit 93bb58a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ getTestConfig(int instanceNumber, Config::TestDbMode mode)
thisConfig.REPORT_METRICS = gTestMetrics;
// disable maintenance
thisConfig.AUTOMATIC_MAINTENANCE_COUNT = 0;
// only spin up a small number of worker threads
thisConfig.WORKER_THREADS = 2;
thisConfig.QUORUM_INTERSECTION_CHECKER = false;
}
return *cfgs[instanceNumber];
}
Expand Down

14 comments on commit 93bb58a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from MonsieurNicolas
at MonsieurNicolas@93bb58a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a merged ok, testing candidate = a68a2dc5

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from MonsieurNicolas
at MonsieurNicolas@93bb58a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a merged ok, testing candidate = 61978b92

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from MonsieurNicolas
at MonsieurNicolas@93bb58a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a merged ok, testing candidate = 362d9a07

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

saw approval from MonsieurNicolas
at MonsieurNicolas@93bb58a

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

merging MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

MonsieurNicolas/stellar-core/fixTxQueue = 93bb58a merged ok, testing candidate = 5f7821d

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 5f7821d

Please sign in to comment.