Commit Graph

63 Commits

Author SHA1 Message Date
Marcial Rosales c36a4668b6 Relocate temp folder from /tmp to /var
(cherry picked from commit 94cba43e75)
2025-05-28 18:14:42 +00:00
Marcial Rosales 13f7438fa1 Fix credentials used to create vhost
(cherry picked from commit 09fc5357a7)
2025-05-28 07:53:11 +00:00
Marcial Rosales c9a5ea5c90 Stop page refresh
To prevent state element exception

(cherry picked from commit a92242918b)
2025-05-28 07:53:11 +00:00
Marcial Rosales 4d37daa303 Fix typo
(cherry picked from commit 98061c8e96)
2025-05-28 07:53:11 +00:00
Marcial Rosales 3ebbad1dce Test SAC with consumres w/o priorities
(cherry picked from commit 23eb9854ee)
2025-05-28 07:53:11 +00:00
Marcial Rosales 148debc550 Use different way to parse tables for consuers
(cherry picked from commit 870c66734b)
2025-05-28 07:53:10 +00:00
Marcial Rosales b48600251f Apply patch that addresses the issue with SAC
And improve how to parse a html table to
extract its rows

(cherry picked from commit 8960d19492)
2025-05-28 07:53:10 +00:00
Marcial Rosales 93e5aefa9a Reproduce issue
(cherry picked from commit d2767983dc)
2025-05-28 07:53:10 +00:00
Marcial Rosales 9464a202fd Add amqplib
Required to subscribe with a priority in the arguments
which is only possible in AMQP 0.9.1

(cherry picked from commit 4fdbcb33e1)
2025-05-28 07:53:10 +00:00
Marcial Rosales 19c45cb08a Remove log statements
(cherry picked from commit 586a946213)
2025-05-28 07:53:09 +00:00
Marcial Rosales 3a4ea0ae21 Selenium test with SAC
(cherry picked from commit 70ec8dffdd)

# Conflicts:
#	deps/rabbitmq_management/priv/www/js/tmpl/quorum-queue-stats.ejs
2025-05-28 07:53:09 +00:00
Marcial Rosales 94e4aa9412 Fix issue related to popup warning
And in particular locating the span#close button

(cherry picked from commit 27b3e21554)
2025-05-22 23:23:47 +00:00
Marcial Rosales c9da9e15ef Eliminate flake around listing live amqp connections
(cherry picked from commit 44dd282ed4)
2025-05-21 14:22:41 +00:00
Marcial Rosales f790bf3728 Wait until page is fully loaded
(cherry picked from commit f79c7229d5)
2025-05-09 18:47:45 +00:00
Marcial Rosales c306fd9e60 Exclude other_rabbitmq when running start-others. And fix some issues
(cherry picked from commit 81cf5f2e46)
2025-05-08 17:45:46 +00:00
Marcial Rosales 5b2d021f15 Add functions to mgt-api for selenium
(cherry picked from commit ea0dd8beb8)
2025-05-07 16:00:11 +00:00
Michael Klishin 01d520fdcb
Resolve a conflict #13843 #13847 2025-05-03 11:09:50 -04:00
Marcial Rosales 816cf8a993 Fix test
it was necessary to add a queue first before checking which
columns are available

(cherry picked from commit 7653b6522a)

# Conflicts:
#	selenium/test/queuesAndStreams/list.js
2025-05-03 14:38:04 +00:00
Marcial Rosales e5e80efbef Fix location of definitions file
(cherry picked from commit fa315e4d86)
2025-05-03 14:38:03 +00:00
Marcial Rosales bb05f41e63 Minor test chnage
(cherry picked from commit 64f7aa2c95)
2025-05-03 14:38:03 +00:00
Marcial Rosales 87d8d95f87 Fix test 2025-05-03 12:40:29 +02:00
Marcial Rosales e116c0822b Test columns for queues and exchanges
(cherry picked from commit fb02466b20)
2025-05-02 14:37:52 +00:00
Marcial Rosales bbeef880bf Test columns available for queues and stream
(cherry picked from commit ba0510f85d)
2025-05-02 14:37:52 +00:00
Marcial Rosales ec243ba836 Test virtual hosts and select tags column
(cherry picked from commit 175abbff87)
2025-05-02 14:37:52 +00:00
Marcial Rosales 4fd25e0518 Testing new vhost has the tag
(cherry picked from commit ea66a25dfa)
2025-05-02 14:37:52 +00:00
Marcial Rosales 385598387e Select columns of vhosts
(cherry picked from commit 7003fefa44)
2025-05-02 14:37:51 +00:00
Marcial Rosales 4231ea7e19 Select tags column on vhosts table
(cherry picked from commit 1ab81f7901)
2025-05-02 14:37:51 +00:00
Marcial Rosales e308af1547 Test adding vhost
(cherry picked from commit 01ca72edc0)
2025-05-02 14:37:51 +00:00
Marcial Rosales 3579eacf7b Add queues and streams page and test suite
(cherry picked from commit 0cb63bb544)
2025-04-25 19:27:52 +00:00
Marcial Rosales 55a3ac5598 Remove commented out exchange
(cherry picked from commit 0b1a4d283b)
2025-04-25 14:57:50 +00:00
Marcial Rosales aead47d7fa Remove event exchange
(cherry picked from commit 9e69496c85)
2025-04-25 14:57:50 +00:00
Marcial Rosales 3b79aa8f87 Parse multi-line enabled_plugins
Use only needed required plugins for basic auth suite

(cherry picked from commit b6d2ff85b2)
2025-04-25 14:57:49 +00:00
Marcial Rosales d233757215 Convert multiline enabled_plugins to single value
(cherry picked from commit ceb7b244f2)
2025-04-25 14:57:49 +00:00
Marcial Rosales f521421f08 Renconcile changes from tanzu rabbitmq
(cherry picked from commit 06bd98ddd1)
2025-04-08 19:21:52 +00:00
Marcial Rosales f18d0e628d Add missing function that
checks if element is not visible

(cherry picked from commit 8b0589bd5c)
2025-03-12 16:07:45 +00:00
Marcial Rosales 335eb0052e Do not propagate none password for http auth backend
(cherry picked from commit b09bfb25b6)
2025-02-25 18:28:18 +00:00
Marcial Rosales e84a51603b Fix flake on rabbitmq_mqtt auth_SUITE (#13180)
* Separate invalid client test from the valid one

* Apply same changes from pr #13197

* Deal with stalereferences caused by timing issues

looking up objects in the DOM

* Unlink before assertion

(cherry picked from commit 2ab890f344)
2025-02-12 18:36:56 +01:00
Marcial Rosales 1d8b28d10e Clean up 2024-11-28 16:56:12 +01:00
Marcial Rosales 0f9a7cfb9c Fix queue name 2024-11-28 16:54:19 +01:00
Marcial Rosales 40d150fb9d Fix bug building connection options for amqps 2024-11-28 16:30:50 +01:00
Marcial Rosales 31f0a5487f Fix issue in amqp10 2024-11-28 16:18:38 +01:00
Marcial Rosales 713c7c9a53 Fix queue name used in amqp10 2024-11-28 16:02:23 +01:00
Marcial Rosales 0ba194ae53 Replace java amqp10 with javascript one 2024-11-27 10:40:23 +01:00
Marcial Rosales 106012d57f Add extra logging
To capture where the flake occurs
2024-11-25 14:46:09 +01:00
Marcial Rosales 751dd41eb2 Fix issue 2024-11-25 14:46:09 +01:00
Marcial Rosales 50a316ac1e Add missing vhost 2024-11-21 17:07:27 +01:00
Marcial Rosales ce760c688b Insert control-cache headers to every resource and reload index.html 2024-11-21 16:47:48 +01:00
Marcial Rosales a8e7d69ed0 Clean up 2024-11-18 13:45:07 +01:00
Marcial Rosales 0bc9a49b24 Test live data 2024-11-18 13:22:34 +01:00
Marcial Rosales 310b7e91e6 Include other vhost 2024-11-18 12:44:17 +01:00