Browse Source

MINOR: Move TROGDOR.md to trogdor module (#13979)

Reviewers: Divij Vaidya <diviv@amazon.com>

---------

Co-authored-by: Deqi Hu <deqi.hu@shopee.com>
pull/13989/head
hudeqi 1 year ago committed by GitHub
parent
commit
8be601d051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle
  2. 2
      tests/spec/connection_stress_test.json
  3. 2
      tests/spec/external_command.json
  4. 2
      tests/spec/round_trip.json
  5. 2
      tests/spec/simple_consume_bench_spec.json
  6. 2
      tests/spec/simple_produce_bench.json
  7. 2
      tests/spec/transactional-produce-bench.json
  8. 0
      trogdor/README.md

2
build.gradle

@ -203,7 +203,7 @@ if (file('.git').exists()) { @@ -203,7 +203,7 @@ if (file('.git').exists()) {
'gradlew',
'gradlew.bat',
'gradle/wrapper/gradle-wrapper.properties',
'TROGDOR.md',
'trogdor/README.md',
'**/README.md',
'**/id_rsa',
'**/id_rsa.pub',

2
tests/spec/connection_stress_test.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
//
// An example task specification for running a connection stress test in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//
{

2
tests/spec/external_command.json

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
// An example task specification for running an external command in Trogdor.
// Note that this task spec uses a relative path, so make sure you launch
// Trogdor from the project root directory when using it.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//
{

2
tests/spec/round_trip.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
//
// An example task specification for running a round trip test in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//
{

2
tests/spec/simple_consume_bench_spec.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
//
// An example task specification for running a consumer benchmark in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//
{

2
tests/spec/simple_produce_bench.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
//
// An example task specification for running a producer benchmark in Trogdor.
// See TROGDOR.md for details.
// See trogdor/README.md for details.
//
{

2
tests/spec/transactional-produce-bench.json

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
//
// An example task specification for running a transactional producer benchmark
// in Trogdor. See TROGDOR.md for details.
// in Trogdor. See trogdor/README.md for details.
//
{

0
TROGDOR.md → trogdor/README.md

Loading…
Cancel
Save