1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/INTEGRATION/simple
Martin Schwenke 862fc5770c ctdb: Do not use egrep
On some platforms, egrep prints a deprecation warning to stderr:

  egrep: warning: egrep is obsolescent; using grep -E

Use grep -E instead.

This is nice and simple, so no use splitting this commit into 2
separate commits for each of tools and test.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2023-07-19 09:01:33 +00:00
..
basics.000.onnode.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.001.listnodes.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.002.tunables.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.003.ping.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.004.getpid.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.005.process_exists.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.010.statistics.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
basics.011.statistics_reset.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
cluster.001.stop_leader_yield.sh ctdb-tests: Improve test coverage for leader role yield and elections 2022-01-17 10:21:33 +00:00
cluster.002.ban_leader_yield.sh ctdb-tests: Improve test coverage for leader role yield and elections 2022-01-17 10:21:33 +00:00
cluster.003.capability_leader_yield.sh ctdb-tests: Improve test coverage for leader role yield and elections 2022-01-17 10:21:33 +00:00
cluster.006.stop_leader_yield_no_lock.sh ctdb-tests: Improve test coverage for leader role yield and elections 2022-01-17 10:21:33 +00:00
cluster.007.ban_leader_yield_no_lock.sh ctdb-tests: Improve test coverage for leader role yield and elections 2022-01-17 10:21:33 +00:00
cluster.008.capability_leader_yield_no_lock.sh ctdb-tests: Fix a cut and paste error in a comment 2022-05-31 05:56:43 +00:00
cluster.010.getrelock.sh ctdb-tests: Improve test quality 2020-07-22 07:53:36 +00:00
cluster.012.reclock_command.sh ctdb-tests: Separate custom cluster startup from test initialisation 2020-07-22 07:53:36 +00:00
cluster.015.reclock_remove_lock.sh ctdb:tests: Fix code spelling 2023-03-24 07:01:31 +00:00
cluster.016.reclock_move_lock_dir.sh ctdb-mutex: Rename recheck_time to recheck_interval 2022-07-28 10:09:34 +00:00
cluster.020.message_ring.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
cluster.021.tunnel_ring.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
cluster.030.node_stall_leader_timeout.sh ctdb-tests: Add a test for stalled node triggering election 2022-02-14 02:46:01 +00:00
cluster.090.unreachable.sh ctdb: Do not use egrep 2023-07-19 09:01:33 +00:00
cluster.091.version_check.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
debug.001.getdebug.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
debug.002.setdebug.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
debug.003.dumpmemory.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
eventscripts.001.zero_scripts.sh ctdb-tests: Separate custom cluster startup from test initialisation 2020-07-22 07:53:36 +00:00
eventscripts.090.debug_hung.sh ctdb-tests: Update preamble for INTEGRATION tests 2020-07-22 07:53:35 +00:00
README ctdb-tests: Move simple tests to INTEGRATION/ subdirectory 2019-09-26 04:45:37 +00:00

Simple integration tests.  These can be run against a pool of CTDB
daemons running on the local machine - aka "local daemons".