Size: a a a

QA — Load & Performance

2020 January 28

И

Иван in QA — Load & Performance
там так же генерируется 2 таких же запроса.
источник

И

Иван in QA — Load & Performance
Проблема заключается в том, что когда я переоткрываю файл, то сортировка меняется
источник

И

Иван in QA — Load & Performance
если я его еще раз переоткрою, она снова изменится
источник

VS

Vladimir Sitnikov in QA — Load & Performance
а, понял
источник

И

Иван in QA — Load & Performance
фиксируется сортировка только когда я запускаю нагрузку.
источник

И

Иван in QA — Load & Performance
Иван
если я его еще раз переоткрою, она снова изменится
файл то при этом уже статичный.
источник

VS

Vladimir Sitnikov in QA — Load & Performance
Иван
Проблема заключается в том, что когда я переоткрываю файл, то сортировка меняется
Решение в том, что нужно использовать ListedHashTree, а не HashTree


/**
* ListedHashTree is a different implementation of the {@link HashTree}
* collection class. In the ListedHashTree, the order in which values are added
* is preserved . Any listing of nodes
* or iteration through the list of nodes of a ListedHashTree will be given in
* the order in which the nodes were added to the tree.
*
* @see HashTree
*/
@link HashTree}
* collection class. In the ListedHashTree, the order in which values are added
* is preserved . Any listing of nodes
* or iteration through the list of nodes of a ListedHashTree will be given in
* the order in which the nodes were added to the tree.
*
* @see HashTree
*/
источник

O

Oleg in QA — Load & Performance
при чем тут ListedHashTree, если он из файла читает?
источник

O

Oleg in QA — Load & Performance
в файле типов же нет?
источник

VS

Vladimir Sitnikov in QA — Load & Performance
в файле типы есть
источник

O

Oleg in QA — Load & Performance
воу
источник

VS

Vladimir Sitnikov in QA — Load & Performance
источник

O

Oleg in QA — Load & Performance
ну тогда да, коллекции с сохранением порядка использовать, дело очевидное
источник

VS

Vladimir Sitnikov in QA — Load & Performance
# Other - must start with a lower case letter (and not end with Prop)
# (otherwise they could clash with the initial set of aliases)
#
hashTree=org.apache.jorphan.collections.ListedHashTree
источник

VS

Vladimir Sitnikov in QA — Load & Performance
т.е. <hashTree> в файле это сокращение для org.apache.jorphan.collections.ListedHashTree
источник

И

Иван in QA — Load & Performance
Vladimir Sitnikov
Решение в том, что нужно использовать ListedHashTree, а не HashTree


/**
* ListedHashTree is a different implementation of the {@link HashTree}
* collection class. In the ListedHashTree, the order in which values are added
* is preserved . Any listing of nodes
* or iteration through the list of nodes of a ListedHashTree will be given in
* the order in which the nodes were added to the tree.
*
* @see HashTree
*/
@link HashTree}
* collection class. In the ListedHashTree, the order in which values are added
* is preserved . Any listing of nodes
* or iteration through the list of nodes of a ListedHashTree will be given in
* the order in which the nodes were added to the tree.
*
* @see HashTree
*/
Спасибо вам большое, проблема решена.
источник

И

Иван in QA — Load & Performance
Теперь все отсортировано как нужно.
источник

VS

Vladimir Sitnikov in QA — Load & Performance
На Гейзенбаге будет Андрей Акиньшин: https://heisenbug-piter.ru/2020/spb/talks/7xejc2oupug9reubcwjijo/
И рассказывать будет про анализ собранных метрик.

Андрей очень крутой.

И тут есть 2 варианта: подать доклад (больше докладов про нагрузку это всегда хорошо) или приехать послушать.
источник

ΙΤ

Ιωάννης Τσεκούρι in QA — Load & Performance
Vladimir Sitnikov
На Гейзенбаге будет Андрей Акиньшин: https://heisenbug-piter.ru/2020/spb/talks/7xejc2oupug9reubcwjijo/
И рассказывать будет про анализ собранных метрик.

Андрей очень крутой.

И тут есть 2 варианта: подать доклад (больше докладов про нагрузку это всегда хорошо) или приехать послушать.
круто
источник

R

Ranorex in QA — Load & Performance
Anton Kramarev
Мне больше нравится SUT - System Under Test. Application как-то слишком узко
AUT это для функциональщины
источник